diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-06-06 19:29:58 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-06-06 19:29:58 +0000 |
commit | b6cc2ad0e9215dd8da7a4adeee5aeecf45a256c2 (patch) | |
tree | 1596cded3d6dc8d83e766f0a21ae4b6d3c16540a /src/makefile.w32-in | |
parent | 61bfbbfaa14a1c74263171cbe64df53e4c4fddc2 (diff) | |
download | emacs-b6cc2ad0e9215dd8da7a4adeee5aeecf45a256c2.tar.gz |
($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): Depend on w32heap.h.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r-- | src/makefile.w32-in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index b5890593cd8..f25af87cb92 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -595,6 +595,7 @@ $(BLD)/emacs.$(O) : \ $(SRC)/termhooks.h \ $(SRC)/w32bdf.h \ $(SRC)/w32gui.h \ + $(SRC)/w32heap.h \ $(SRC)/window.h $(BLD)/eval.$(O) : \ @@ -1430,6 +1431,7 @@ $(BLD)/w32select.$(O): \ $(SRC)/systime.h \ $(SRC)/w32bdf.h \ $(SRC)/w32gui.h \ + $(SRC)/w32heap.h \ $(SRC)/w32term.h $(BLD)/w32reg.$(O): \ |