Cleanup Makefile clean targets.

This patch removes bin32 from the clean targets since it is no
longer user/created. It adds autom4te.cache to the distclean
target in the main directory. It removes the files in driver
that are not created (lexor.c parse.c, etc.). The *.cc.output
files are no longer created so removing them is not needed.
This commit is contained in:
Cary R
2009-10-29 10:48:04 -07:00
committed by Stephen Williams
parent 83aa1363ea
commit cf2f99ec3d
6 changed files with 9 additions and 9 deletions
+1 -2
View File
@@ -50,8 +50,7 @@ all: dep iverilog@EXEEXT@
check: all
clean:
rm -f *.o lexor.c parse.c parse.h parse.output
rm -f cflexor.c cfparse.c cfparse.h cfparse.output
rm -f *.o cflexor.c cfparse.c cfparse.h cfparse.output
rm -f iverilog@EXEEXT@ iverilog.pdf iverilog.ps
rm -rf dep