aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 4c8e703befd..4634be1f7b4 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -924,7 +924,9 @@ clean: mostlyclean
924/**/# Do not use it on development directories! 924/**/# Do not use it on development directories!
925distclean: clean 925distclean: clean
926 rm -f paths.h config.h Makefile Makefile.in ../etc/DOC-* 926 rm -f paths.h config.h Makefile Makefile.in ../etc/DOC-*
927realclean: distclean 927maintainer-clean: distclean
928 @echo "This command is intended for maintainers to use;"
929 @echo "it deletes files that may require special tools to rebuild."
928 rm -f TAGS 930 rm -f TAGS
929versionclean: 931versionclean:
930 -rm -f emacs emacs-* ../etc/DOC* 932 -rm -f emacs emacs-* ../etc/DOC*