changeset 1561:82e64050c565

* Makefile.in: Rearrange dependencies to make sure that xmakefile is built before we try to use it, even using a parallel make.
author Jim Blandy <jimb@redhat.com>
date Sat, 07 Nov 1992 06:59:14 +0000
parents e790c2486512
children 00ba13693a97
files src/=Makefile.in
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/=Makefile.in	Sat Nov 07 06:34:20 1992 +0000
+++ b/src/=Makefile.in	Sat Nov 07 06:59:14 1992 +0000
@@ -12,9 +12,9 @@
 # Just to avoid uncertainty.
 SHELL = /bin/sh
 
-all: xmakefile doall
+all: doall
 
-doall:
+doall: xmakefile
 	$(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} all
 
 #This is used in making a distribution.
@@ -25,14 +25,14 @@
 clean:
 	-rm -f temacs xemacs xmakefile* core \#* *.o
 
-xemacs: xmakefile doxemacs
+xemacs: doxemacs
 
-doxemacs:
+doxemacs: xmakefile
 	$(MAKE) -f xmakefile ${MFLAGS} xemacs
 
-temacs: xmakefile dotemacs
+temacs: dotemacs
 
-dotemacs:
+dotemacs: xmakefile
 	$(MAKE) -f xmakefile ${MFLAGS} temacs
 
 # If you have a problem with cc -E here, changing