(mostlyclean): Make it distinct from clean.

This commit is contained in:
Richard M. Stallman 1993-11-26 11:08:58 +00:00
parent 1db6401ccd
commit a17d2c253b

View file

@ -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