diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-11-13 16:17:18 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-11-13 16:17:18 +0200 |
commit | 3c4ca7155293ffc2d04708007131bcbc882d8913 (patch) | |
tree | 61787be8cd43b6fb3d5159852fbd186eea404de7 /src/makefile.w32-in | |
parent | 5ade42a5114255c43117065494b96d480c1e1588 (diff) | |
parent | c708524567662c8911c5ab2695acc7bda0383705 (diff) | |
download | emacs-3c4ca7155293ffc2d04708007131bcbc882d8913.tar.gz |
Merge from trunk.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r-- | src/makefile.w32-in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 7cb6667c7ea..50e5e2ec4df 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -1476,8 +1476,8 @@ $(BLD)/unexw32.$(O) : \ $(SRC)/w32.h \ $(SRC)/w32common.h \ $(SRC)/w32heap.h \ - $(LISP_H) \ - $(CONFIG_H) + $(CONFIG_H) \ + $(LISP_H) $(BLD)/vm-limit.$(O) : \ $(SRC)/vm-limit.c \ @@ -1565,6 +1565,7 @@ $(BLD)/w32fns.$(O) : \ $(SRC)/w32.h \ $(SRC)/w32common.h \ $(SRC)/w32heap.h \ + $(NT_INC)/unistd.h \ $(BUFFER_H) \ $(CCL_H) \ $(CHARACTER_H) \ |