From: Geoff Voelker Date: Sat, 10 Jun 1995 02:22:05 +0000 (+0000) Subject: (TEMACS): Depend upon $(BLD). X-Git-Tag: emacs-19.34~3681 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9989a75ec071bf9730abcaa725ab3277ccf4ea18;p=emacs.git (TEMACS): Depend upon $(BLD). (temacs): Remove $(BLD) dependency. --- diff --git a/src/makefile.nt b/src/makefile.nt index 20805b5a084..f8d841920b8 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -151,8 +151,8 @@ $(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS) # # The undumped executable # -temacs: $(TEMACS) -$(TEMACS): $(BLD) $(TLIB1) $(TLIB2) $(TOBJ) $(TRES) +temacs: $(BLD) $(TEMACS) +$(TEMACS): $(TLIB1) $(TLIB2) $(TOBJ) $(TRES) $(LINK) -out:$(TEMACS) $(LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS) #