From: Richard M. Stallman Date: Tue, 18 Jul 1995 06:04:43 +0000 (+0000) Subject: (distclean): Delete Makefile.c, not Makefile.in. X-Git-Tag: emacs-19.34~3281 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2959c9d78e898089cd15be3af58ba437ce33bfa;p=emacs.git (distclean): Delete Makefile.c, not Makefile.in. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index af805e64e48..f5adef67ab7 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -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)