changeset 12578:dca4d0c72562

(distclean): Delete Makefile.c, not Makefile.in.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Jul 1995 06:04:43 +0000
parents b0ad874ff969
children 16b03ae9214b
files lib-src/Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/Makefile.in	Tue Jul 18 06:03:55 1995 +0000
+++ b/lib-src/Makefile.in	Tue Jul 18 06:04:43 1995 +0000
@@ -264,7 +264,7 @@
 
 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 @@
 	$(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)