summaryrefslogtreecommitdiff
path: root/src/=Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-08-15 03:39:42 +0000
committerRichard M. Stallman <rms@gnu.org>1993-08-15 03:39:42 +0000
commitd6e0adf71cac59b4c3d3e124c17eb0b32b7ccfea (patch)
tree3ce18c5bcb8311cfb87e85e5e4c716a2ae168c9e /src/=Makefile.in
parenta8c7c4b3a21c288ae2bbf315a379f6e3cfe3751e (diff)
downloademacs-d6e0adf71cac59b4c3d3e124c17eb0b32b7ccfea.tar.gz
(mostlyclean): Don't delete emacs here.
(clean): Delete emacs and emacs-* here. (distclean): Don't delete emacs-* here.
Diffstat (limited to 'src/=Makefile.in')
-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
$(MAKE) ${SUBMAKEFLAGS} -f xmakefile ${MFLAGS} all
mostlyclean:
- rm -f temacs emacs prefix-args xmakefile* core \#* *.o libXMenu11.a
+ rm -f temacs prefix-args xmakefile* core \#* *.o libXMenu11.a
rm -f ../etc/DOC
clean: mostlyclean
- true
+ rm emacs-* emacs
#This is used in making a distribution.
#Do not use it on development directories!
distclean: clean
- rm -f paths.h config.h emacs-* ../etc/DOC-*
+ rm -f paths.h config.h ../etc/DOC-*
realclean: distclean
rm -f TAGS
versionclean: