]> git.eshelyaron.com Git - emacs.git/commitdiff
(distclean): Delete Makefile.c, not Makefile.in.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Jul 1995 06:03:55 +0000 (06:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Jul 1995 06:03:55 +0000 (06:03 +0000)
(SOURCES): Corresponding changes for file renamings.

src/Makefile.in

index 6632bf734e13017ac00fbc8b0f155386c8a9e7f9..022aec97011a31e5e8f5490fcb20d3d8524458be 100644 (file)
@@ -976,7 +976,7 @@ clean: mostlyclean
 /**/# This is used in making a distribution.
 /**/# Do not use it on development directories!
 distclean: clean
-       rm -f paths.h config.h Makefile Makefile.in ../etc/DOC-*
+       rm -f paths.h config.h Makefile Makefile.c ../etc/DOC-*
 maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"
        @echo "it deletes files that may require special tools to rebuild."
@@ -988,8 +988,8 @@ extraclean: distclean
 
 /* The rule for the [sm] files has to be written a little funny to
    avoid looking like a C comment to CPP. */
-SOURCES = *.[ch] [sm]/?* COPYING Makefile.in.in \
-       config.h.in README COPYING ChangeLog vms.pp-trans
+SOURCES = *.[ch] [sm]/?* COPYING Makefile.in \
+       config.in paths.in README COPYING ChangeLog vms.pp-trans
 unlock:
        chmod u+w $(SOURCES)