Mercurial > emacs
changeset 5190:ffe0be5b64fa
(mostlyclean): Make it distinct from clean.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 26 Nov 1993 11:08:58 +0000 |
parents | af88471e6799 |
children | 414da6a99f69 |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Fri Nov 26 10:40:27 1993 +0000 +++ b/lib-src/Makefile.in Fri Nov 26 11:08:58 1993 +0000 @@ -151,8 +151,11 @@ (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