]> git.eshelyaron.com Git - emacs.git/commitdiff
(TEMACS): Depend upon $(BLD).
authorGeoff Voelker <voelker@cs.washington.edu>
Sat, 10 Jun 1995 02:22:05 +0000 (02:22 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Sat, 10 Jun 1995 02:22:05 +0000 (02:22 +0000)
(temacs): Remove $(BLD) dependency.

src/makefile.nt

index 20805b5a084ce66b7e16d89ab9d47baec97a3a40..f8d841920b89ff0f441195715bfced2fa81591f9 100644 (file)
@@ -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)
 
 #