changeset 1706:36903f26b5cc

* ymakefile (all, xemacs): We build an executable called `emacs' now, not `xemacs'. * Makefile.in (distclean, xemacs, doxemacs): Same.
author Jim Blandy <jimb@redhat.com>
date Thu, 24 Dec 1992 06:03:04 +0000
parents d4ea5385915f
children 86c951f6a444
files src/=Makefile.in
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/=Makefile.in	Thu Dec 24 06:01:33 1992 +0000
+++ b/src/=Makefile.in	Thu Dec 24 06:03:04 1992 +0000
@@ -29,18 +29,18 @@
 #This is used in making a distribution.
 #Do not use it on development directories!
 distclean:
-	-rm -f paths.h config.h emacs-* temacs xemacs xmakefile core *.o
+	-rm -f paths.h config.h emacs-* temacs emacs xmakefile core *.o
 
 clean:
-	-rm -f temacs xemacs prefix-args xmakefile* core \#* *.o
+	-rm -f temacs emacs prefix-args xmakefile* core \#* *.o
 
 extraclean: distclean
 	-rm -f *~ \#* m/*~ s/*~
 
-xemacs: doxemacs
+emacs: doemacs
 
-doxemacs: xmakefile
-	$(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} xemacs
+doemacs: xmakefile
+	$(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} emacs
 
 temacs: dotemacs