diff options
| author | Jim Blandy | 1992-12-24 06:03:04 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-12-24 06:03:04 +0000 |
| commit | 307436bb71c08aa008d7fd05c3e8c5dc4505112c (patch) | |
| tree | 1bbf5f1d411f7e9ea60a65ff0209384faf630ec5 /src | |
| parent | 70f5352e869e88df58044de1a10323d589845252 (diff) | |
| download | emacs-307436bb71c08aa008d7fd05c3e8c5dc4505112c.tar.gz emacs-307436bb71c08aa008d7fd05c3e8c5dc4505112c.zip | |
* ymakefile (all, xemacs): We build an executable called `emacs' now,
not `xemacs'.
* Makefile.in (distclean, xemacs, doxemacs): Same.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index fbf4754e852..468e312abd6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -29,18 +29,18 @@ doall: xmakefile | |||
| 29 | #This is used in making a distribution. | 29 | #This is used in making a distribution. |
| 30 | #Do not use it on development directories! | 30 | #Do not use it on development directories! |
| 31 | distclean: | 31 | distclean: |
| 32 | -rm -f paths.h config.h emacs-* temacs xemacs xmakefile core *.o | 32 | -rm -f paths.h config.h emacs-* temacs emacs xmakefile core *.o |
| 33 | 33 | ||
| 34 | clean: | 34 | clean: |
| 35 | -rm -f temacs xemacs prefix-args xmakefile* core \#* *.o | 35 | -rm -f temacs emacs prefix-args xmakefile* core \#* *.o |
| 36 | 36 | ||
| 37 | extraclean: distclean | 37 | extraclean: distclean |
| 38 | -rm -f *~ \#* m/*~ s/*~ | 38 | -rm -f *~ \#* m/*~ s/*~ |
| 39 | 39 | ||
| 40 | xemacs: doxemacs | 40 | emacs: doemacs |
| 41 | 41 | ||
| 42 | doxemacs: xmakefile | 42 | doemacs: xmakefile |
| 43 | $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} xemacs | 43 | $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} emacs |
| 44 | 44 | ||
| 45 | temacs: dotemacs | 45 | temacs: dotemacs |
| 46 | 46 | ||