aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-07-18 06:03:55 +0000
committerRichard M. Stallman <[email protected]>1995-07-18 06:03:55 +0000
commit4322e608d75d5e621a94f47ff6e752620348ec5f (patch)
tree5a0e9d8c9cd81b866ae83652eac30af26a32aa7a
parent66ac18ab5f11fc5011b646168a721775e2a32281 (diff)
(distclean): Delete Makefile.c, not Makefile.in.
(SOURCES): Corresponding changes for file renamings.
-rw-r--r--src/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 6632bf734e..022aec9701 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -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)