diff options
| -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) # |
