]> code.delx.au - gnu-emacs/commitdiff
(distclean): Delete Makefile.c, not Makefile.in.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Jul 1995 06:04:43 +0000 (06:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Jul 1995 06:04:43 +0000 (06:04 +0000)
lib-src/Makefile.in

index af805e64e48f56df932ba2120df0d25587105c5f..f5adef67ab7e805f7602813361d0bb463bff3fac 100644 (file)
@@ -264,7 +264,7 @@ clean: mostlyclean
 
 distclean: clean
        -rm -f TAGS
-       -rm -f Makefile Makefile.in blessmail
+       -rm -f Makefile Makefile.c blessmail
 
 maintainer-clean: distclean
        true
@@ -378,7 +378,7 @@ timer: ${TIMEROBJS}
        $(CC) $(LINK_CFLAGS) ${TIMEROBJS} $(LOADLIBES) -o timer
 
 /* These are NOT included in INSTALLABLES or UTILITIES.
-   See ../src/Makefile.in.in.  */
+   See ../src/Makefile.in.  */
 emacstool: ${srcdir}/emacstool.c
        $(CC) ${srcdir}/emacstool.c -o emacstool ${ALL_CFLAGS} \
          -lsuntool -lsunwindow -lpixrect $(LOADLIBES)