summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2012-11-13 16:17:18 +0200
committerEli Zaretskii <eliz@gnu.org>2012-11-13 16:17:18 +0200
commit3c4ca7155293ffc2d04708007131bcbc882d8913 (patch)
tree61787be8cd43b6fb3d5159852fbd186eea404de7 /src/makefile.w32-in
parent5ade42a5114255c43117065494b96d480c1e1588 (diff)
parentc708524567662c8911c5ab2695acc7bda0383705 (diff)
downloademacs-3c4ca7155293ffc2d04708007131bcbc882d8913.tar.gz
Merge from trunk.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in5
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) \