aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-12-24 06:03:04 +0000
committerJim Blandy1992-12-24 06:03:04 +0000
commit307436bb71c08aa008d7fd05c3e8c5dc4505112c (patch)
tree1bbf5f1d411f7e9ea60a65ff0209384faf630ec5 /src
parent70f5352e869e88df58044de1a10323d589845252 (diff)
downloademacs-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.in10
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!
31distclean: 31distclean:
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
34clean: 34clean:
35 -rm -f temacs xemacs prefix-args xmakefile* core \#* *.o 35 -rm -f temacs emacs prefix-args xmakefile* core \#* *.o
36 36
37extraclean: distclean 37extraclean: distclean
38 -rm -f *~ \#* m/*~ s/*~ 38 -rm -f *~ \#* m/*~ s/*~
39 39
40xemacs: doxemacs 40emacs: doemacs
41 41
42doxemacs: xmakefile 42doemacs: xmakefile
43 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} xemacs 43 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} emacs
44 44
45temacs: dotemacs 45temacs: dotemacs
46 46