diff options
| author | Richard M. Stallman | 1993-08-15 03:39:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-15 03:39:42 +0000 |
| commit | 9d11b9a1931cc6cc3ac7d7a94f7df9517b4960fb (patch) | |
| tree | cce4349340444739b1dd2c1218b06681d94b80eb /src | |
| parent | d1f21a66c48c44b9ad01f419cfc59f022aabd4c2 (diff) | |
| download | emacs-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.in | 6 |
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 | ||
| 33 | mostlyclean: | 33 | mostlyclean: |
| 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 |
| 36 | clean: mostlyclean | 36 | clean: 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! |
| 40 | distclean: clean | 40 | distclean: clean |
| 41 | rm -f paths.h config.h emacs-* ../etc/DOC-* | 41 | rm -f paths.h config.h ../etc/DOC-* |
| 42 | realclean: distclean | 42 | realclean: distclean |
| 43 | rm -f TAGS | 43 | rm -f TAGS |
| 44 | versionclean: | 44 | versionclean: |