diff src/makefile.nt @ 12178:fc00a306b890

(TEMACS): Depend upon $(BLD). (temacs): Remove $(BLD) dependency.
author Geoff Voelker <voelker@cs.washington.edu>
date Sat, 10 Jun 1995 02:22:05 +0000
parents 4636a3916e01
children 15c642f6c1a1
line wrap: on
line diff
--- a/src/makefile.nt	Sat Jun 10 00:03:02 1995 +0000
+++ b/src/makefile.nt	Sat Jun 10 02:22:05 1995 +0000
@@ -151,8 +151,8 @@
 #
 # 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)
 
 #