aboutsummaryrefslogtreecommitdiffstats
path: root/ortho
diff options
context:
space:
mode:
authorgingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2005-12-20 15:05:23 +0000
committergingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2005-12-20 15:05:23 +0000
commit517a3edcd4d7d97cdfe3301e362859eb816aeb29 (patch)
tree252ea5dd1b5d37e536395f5842a75a6fcb8ccb56 /ortho
parentcb45d7c240f4aabbd1dd716dd8bf7ab5b2107ff2 (diff)
downloadghdl-517a3edcd4d7d97cdfe3301e362859eb816aeb29.tar.gz
ghdl-517a3edcd4d7d97cdfe3301e362859eb816aeb29.tar.bz2
ghdl-517a3edcd4d7d97cdfe3301e362859eb816aeb29.zip
bugs fix for ghw writer
Diffstat (limited to 'ortho')
-rw-r--r--ortho/oread/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ortho/oread/Makefile b/ortho/oread/Makefile
index bf6a00424..2d5053abb 100644
--- a/ortho/oread/Makefile
+++ b/ortho/oread/Makefile
@@ -32,7 +32,7 @@ $(ortho_exec): force
clean:
$(MAKE) -f $(BACK_END)/Makefile clean
- $(RM) -f oread *.o *~
+ $(RM) -f oread-gcc oread-mcode *.o *~
distclean: clean
$(MAKE) -f $(BACK_END)/Makefile distclean