(clean): rm DOC/* and *.tab.[ch].
(distclean): Not here.
This commit is contained in:
parent
6783b1ce6f
commit
1e8259bb0b
1 changed files with 2 additions and 1 deletions
|
@ -256,9 +256,10 @@ mostlyclean:
|
|||
|
||||
clean: mostlyclean
|
||||
-rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL}
|
||||
-rm -f ../etc/DOC* *.tab.c *.tab.h
|
||||
|
||||
distclean: clean
|
||||
-rm -f ../etc/DOC* *.tab.c *.tab.h aixcc.c TAGS
|
||||
-rm -f aixcc.c TAGS
|
||||
-rm -f Makefile Makefile.in blessmail
|
||||
|
||||
realclean: distclean
|
||||
|
|
Loading…
Add table
Reference in a new issue