diff options
| author | Karl Heuer | 1998-05-30 15:48:11 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-05-30 15:48:11 +0000 |
| commit | e096c7f17f50f0e467838eb98da9da32eb18855f (patch) | |
| tree | 1ccd4b716e8e2878684280fd39f32d677d69a872 /src | |
| parent | db133cb6032095e0efe127e3bd09f6aa595a16cd (diff) | |
| download | emacs-e096c7f17f50f0e467838eb98da9da32eb18855f.tar.gz emacs-e096c7f17f50f0e467838eb98da9da32eb18855f.zip | |
(distclean): Delete config.stamp, stamp-oldxmenu.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 583d57917ea..55840161019 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1136,7 +1136,7 @@ clean: mostlyclean | |||
| 1136 | /**/# This is used in making a distribution. | 1136 | /**/# This is used in making a distribution. |
| 1137 | /**/# Do not use it on development directories! | 1137 | /**/# Do not use it on development directories! |
| 1138 | distclean: clean | 1138 | distclean: clean |
| 1139 | rm -f paths.h config.h Makefile Makefile.c ../etc/DOC-* | 1139 | rm -f paths.h config.h Makefile Makefile.c config.stamp stamp-oldxmenu ../etc/DOC-* |
| 1140 | maintainer-clean: distclean | 1140 | maintainer-clean: distclean |
| 1141 | @echo "This command is intended for maintainers to use;" | 1141 | @echo "This command is intended for maintainers to use;" |
| 1142 | @echo "it deletes files that may require special tools to rebuild." | 1142 | @echo "it deletes files that may require special tools to rebuild." |