aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-15 03:39:42 +0000
committerRichard M. Stallman1993-08-15 03:39:42 +0000
commit9d11b9a1931cc6cc3ac7d7a94f7df9517b4960fb (patch)
treecce4349340444739b1dd2c1218b06681d94b80eb /src
parentd1f21a66c48c44b9ad01f419cfc59f022aabd4c2 (diff)
downloademacs-9d11b9a1931cc6cc3ac7d7a94f7df9517b4960fb.tar.gz
emacs-9d11b9a1931cc6cc3ac7d7a94f7df9517b4960fb.zip
(mostlyclean): Don't delete emacs here.
(clean): Delete emacs and emacs-* here. (distclean): Don't delete emacs-* here.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 4e03850c8a9..92dfaced7c7 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -31,14 +31,14 @@ doall: xmakefile
31 $(MAKE) ${SUBMAKEFLAGS} -f xmakefile ${MFLAGS} all 31 $(MAKE) ${SUBMAKEFLAGS} -f xmakefile ${MFLAGS} all
32 32
33mostlyclean: 33mostlyclean:
34 rm -f temacs emacs prefix-args xmakefile* core \#* *.o libXMenu11.a 34 rm -f temacs prefix-args xmakefile* core \#* *.o libXMenu11.a
35 rm -f ../etc/DOC 35 rm -f ../etc/DOC
36clean: mostlyclean 36clean: mostlyclean
37 true 37 rm emacs-* emacs
38#This is used in making a distribution. 38#This is used in making a distribution.
39#Do not use it on development directories! 39#Do not use it on development directories!
40distclean: clean 40distclean: clean
41 rm -f paths.h config.h emacs-* ../etc/DOC-* 41 rm -f paths.h config.h ../etc/DOC-*
42realclean: distclean 42realclean: distclean
43 rm -f TAGS 43 rm -f TAGS
44versionclean: 44versionclean: