* Makefile.in: Rearrange dependencies to make sure that xmakefile
authorJim Blandy <jimb@redhat.com>
Sat, 7 Nov 1992 06:59:14 +0000 (06:59 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 7 Nov 1992 06:59:14 +0000 (06:59 +0000)
is built before we try to use it, even using a parallel make.

src/Makefile.in

index 045d3a4..1ef3f18 100644 (file)
@@ -12,9 +12,9 @@ CPP = $(CC) -E -Is -Im
 # 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 @@ distclean:
 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