diff options
author | Andrew Innes <andrewi@gnu.org> | 1999-05-02 10:11:35 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 1999-05-02 10:11:35 +0000 |
commit | 9551468ff4aeb9dec3b7284b07f5bc41c27c8b41 (patch) | |
tree | 1f9ffdef486b21b5863df5cc14c79e4b2cbc221b /src/makefile.nt | |
parent | 716e0b0ab9bff9358719803a607745387aca65f9 (diff) | |
download | emacs-9551468ff4aeb9dec3b7284b07f5bc41c27c8b41.tar.gz emacs-9551468ff4aeb9dec3b7284b07f5bc41c27c8b41.tar.bz2 emacs-9551468ff4aeb9dec3b7284b07f5bc41c27c8b41.zip |
($(BLD)\w32term.obj): Add dependency on w32heap.h.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r-- | src/makefile.nt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index d67c33fff25..059c539581d 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -1148,6 +1148,7 @@ $(BLD)\w32term.obj: \ $(SRC)\w32term.c \ $(SRC)\lisp.h \ $(SRC)\blockinput.h \ + $(SRC)\w32heap.h \ $(SRC)\w32term.h \ $(SRC)\w32gui.h \ $(SRC)\systty.h \ |