diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1995-06-10 02:22:05 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1995-06-10 02:22:05 +0000 |
commit | 9989a75ec071bf9730abcaa725ab3277ccf4ea18 (patch) | |
tree | 5d94d98f555566a8c8f7e701da398826cf423eff /src/makefile.nt | |
parent | 70fbc15bcd244edb6c6b184ce0489451f4d3ac41 (diff) | |
download | emacs-9989a75ec071bf9730abcaa725ab3277ccf4ea18.tar.gz |
(TEMACS): Depend upon $(BLD).
(temacs): Remove $(BLD) dependency.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r-- | src/makefile.nt | 4 |
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) # |