diff options
Diffstat (limited to 'src')
| -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) | |||
| 151 | # | 151 | # |
| 152 | # The undumped executable | 152 | # The undumped executable |
| 153 | # | 153 | # |
| 154 | temacs: $(TEMACS) | 154 | temacs: $(BLD) $(TEMACS) |
| 155 | $(TEMACS): $(BLD) $(TLIB1) $(TLIB2) $(TOBJ) $(TRES) | 155 | $(TEMACS): $(TLIB1) $(TLIB2) $(TOBJ) $(TRES) |
| 156 | $(LINK) -out:$(TEMACS) $(LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS) | 156 | $(LINK) -out:$(TEMACS) $(LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS) |
| 157 | 157 | ||
| 158 | # | 158 | # |