diff options
| author | Andrew Innes | 1999-05-02 10:11:35 +0000 |
|---|---|---|
| committer | Andrew Innes | 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.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: \ | |||
| 1148 | $(SRC)\w32term.c \ | 1148 | $(SRC)\w32term.c \ |
| 1149 | $(SRC)\lisp.h \ | 1149 | $(SRC)\lisp.h \ |
| 1150 | $(SRC)\blockinput.h \ | 1150 | $(SRC)\blockinput.h \ |
| 1151 | $(SRC)\w32heap.h \ | ||
| 1151 | $(SRC)\w32term.h \ | 1152 | $(SRC)\w32term.h \ |
| 1152 | $(SRC)\w32gui.h \ | 1153 | $(SRC)\w32gui.h \ |
| 1153 | $(SRC)\systty.h \ | 1154 | $(SRC)\systty.h \ |