(mostlyclean): Make it distinct from clean.
This commit is contained in:
parent
1db6401ccd
commit
a17d2c253b
1 changed files with 5 additions and 2 deletions
|
@ -151,8 +151,11 @@ uninstall:
|
|||
(cd ${archlibdir}; \
|
||||
rm -f ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS})
|
||||
|
||||
clean mostlyclean:
|
||||
-rm -f ${INSTALLABLES} ${UTILITIES} core *.o
|
||||
mostlyclean:
|
||||
-rm -f core *.o
|
||||
|
||||
clean: mostlyclean
|
||||
-rm -f ${INSTALLABLES} ${UTILITIES}
|
||||
|
||||
distclean: clean
|
||||
-rm -f ../etc/DOC* *.tab.c *.tab.h aixcc.c TAGS
|
||||
|
|
Loading…
Add table
Reference in a new issue