aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1998-05-30 15:48:11 +0000
committerKarl Heuer1998-05-30 15:48:11 +0000
commite096c7f17f50f0e467838eb98da9da32eb18855f (patch)
tree1ccd4b716e8e2878684280fd39f32d677d69a872 /src
parentdb133cb6032095e0efe127e3bd09f6aa595a16cd (diff)
downloademacs-e096c7f17f50f0e467838eb98da9da32eb18855f.tar.gz
emacs-e096c7f17f50f0e467838eb98da9da32eb18855f.zip
(distclean): Delete config.stamp, stamp-oldxmenu.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
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!
1138distclean: clean 1138distclean: 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-*
1140maintainer-clean: distclean 1140maintainer-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."