diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-06-10 17:47:00 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-06-10 17:47:00 +0000 |
commit | cd4344a3ee945afa2e5623b975ef80e21252d204 (patch) | |
tree | 462804efd8de022db4f74c48fe787a065a363809 /src/makefile.w32-in | |
parent | 9bd4c3ad3e747a187315a820651fa9c20e7ce552 (diff) | |
download | emacs-cd4344a3ee945afa2e5623b975ef80e21252d204.tar.gz |
($(TEMACS)): Depend on addsection.exe.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r-- | src/makefile.w32-in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index f25af87cb92..c631852c0f0 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -167,7 +167,8 @@ $(EMACS): $(DOC) $(TEMACS) # (it is the preload heap size in MB). # temacs: $(BLD) $(TEMACS) -$(TEMACS): $(TLIB0) $(TLIB1) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES) +$(TEMACS): $(TLIB0) $(TLIB1) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES) \ + ../nt/$(BLD)/addsection.exe $(LINK) $(LINK_OUT)$(TEMACS_TMP) $(FULL_LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS) "../nt/$(BLD)/addsection" "$(TEMACS_TMP)" "$(TEMACS)" EMHEAP 16 echo $(OBJ0) > $(BLD)/buildobj.lst |