summaryrefslogtreecommitdiff
path: root/src/makefile.nt
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1995-06-10 02:22:05 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1995-06-10 02:22:05 +0000
commitb915144c5f51292d98acc5790909f89b86413c7d (patch)
tree34dff2d82186715b0878997e4cfa08d2548793d3 /src/makefile.nt
parent126868c9086db5d30cb6a8afa23b632241ee695a (diff)
downloademacs-b915144c5f51292d98acc5790909f89b86413c7d.tar.gz
(TEMACS): Depend upon $(BLD).
(temacs): Remove $(BLD) dependency.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r--src/makefile.nt4
1 files changed, 2 insertions, 2 deletions
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)
#