# HG changeset patch # User Jim Blandy # Date 721119554 0 # Node ID 82e64050c5653d3c5b8e9335251b861565d1734b # Parent e790c248651295600705a24971b2877a7a5c63fb * Makefile.in: Rearrange dependencies to make sure that xmakefile is built before we try to use it, even using a parallel make. diff -r e790c2486512 -r 82e64050c565 src/=Makefile.in --- 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