summaryrefslogtreecommitdiff
path: root/src/=Makefile.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-11-07 06:59:14 +0000
committerJim Blandy <jimb@redhat.com>1992-11-07 06:59:14 +0000
commit6e84342edb9a922a761f5834deb36ae762a57feb (patch)
tree0943dc55b8021096b3e5f18bf57bc93fb0fd0ffe /src/=Makefile.in
parent891cebb09a4fd9fe086c9a659d7faea0d3ebbd8b (diff)
downloademacs-6e84342edb9a922a761f5834deb36ae762a57feb.tar.gz
* Makefile.in: Rearrange dependencies to make sure that xmakefile
is built before we try to use it, even using a parallel make.
Diffstat (limited to 'src/=Makefile.in')
-rw-r--r--src/=Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/=Makefile.in b/src/=Makefile.in
index 045d3a439e3..1ef3f18009b 100644
--- a/src/=Makefile.in
+++ b/src/=Makefile.in
@@ -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