]> git.eshelyaron.com Git - emacs.git/commitdiff
(mostlyclean): Make it distinct from clean.
authorRichard M. Stallman <rms@gnu.org>
Fri, 26 Nov 1993 11:08:58 +0000 (11:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 26 Nov 1993 11:08:58 +0000 (11:08 +0000)
lib-src/Makefile.in

index 0bf77930e69988fc0499b74cfbe4222fbd032a3f..3c08b554f2f6854e42da85f50972c521a4622977 100644 (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