diff options
| author | Richard M. Stallman | 1995-07-18 06:03:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-18 06:03:55 +0000 |
| commit | 4322e608d75d5e621a94f47ff6e752620348ec5f (patch) | |
| tree | 5a0e9d8c9cd81b866ae83652eac30af26a32aa7a /src | |
| parent | 66ac18ab5f11fc5011b646168a721775e2a32281 (diff) | |
| download | emacs-4322e608d75d5e621a94f47ff6e752620348ec5f.tar.gz emacs-4322e608d75d5e621a94f47ff6e752620348ec5f.zip | |
(distclean): Delete Makefile.c, not Makefile.in.
(SOURCES): Corresponding changes for file renamings.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 6632bf734e1..022aec97011 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -976,7 +976,7 @@ clean: mostlyclean | |||
| 976 | /**/# This is used in making a distribution. | 976 | /**/# This is used in making a distribution. |
| 977 | /**/# Do not use it on development directories! | 977 | /**/# Do not use it on development directories! |
| 978 | distclean: clean | 978 | distclean: clean |
| 979 | rm -f paths.h config.h Makefile Makefile.in ../etc/DOC-* | 979 | rm -f paths.h config.h Makefile Makefile.c ../etc/DOC-* |
| 980 | maintainer-clean: distclean | 980 | maintainer-clean: distclean |
| 981 | @echo "This command is intended for maintainers to use;" | 981 | @echo "This command is intended for maintainers to use;" |
| 982 | @echo "it deletes files that may require special tools to rebuild." | 982 | @echo "it deletes files that may require special tools to rebuild." |
| @@ -988,8 +988,8 @@ extraclean: distclean | |||
| 988 | 988 | ||
| 989 | /* The rule for the [sm] files has to be written a little funny to | 989 | /* The rule for the [sm] files has to be written a little funny to |
| 990 | avoid looking like a C comment to CPP. */ | 990 | avoid looking like a C comment to CPP. */ |
| 991 | SOURCES = *.[ch] [sm]/?* COPYING Makefile.in.in \ | 991 | SOURCES = *.[ch] [sm]/?* COPYING Makefile.in \ |
| 992 | config.h.in README COPYING ChangeLog vms.pp-trans | 992 | config.in paths.in README COPYING ChangeLog vms.pp-trans |
| 993 | unlock: | 993 | unlock: |
| 994 | chmod u+w $(SOURCES) | 994 | chmod u+w $(SOURCES) |
| 995 | 995 | ||