summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-12-17 21:59:04 +0100
committerJuanma Barranquero <lekktu@gmail.com>2012-12-17 21:59:04 +0100
commit8725c07695e517965f878c4949a5731a48e89a48 (patch)
tree02dd99bff930d4869e41de998d78ab6f4ca2baaa /src/makefile.w32-in
parentab1ce02438ed20db1beb722f651e97ddf31f6bf3 (diff)
downloademacs-8725c07695e517965f878c4949a5731a48e89a48.tar.gz
src/makefile.w32-in: Update depencencies.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index b595defdf6b..6931a79aaf6 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -781,7 +781,6 @@ $(BLD)/editfns.$(O) : \
$(SRC)/editfns.c \
$(SRC)/blockinput.h \
$(NT_INC)/pwd.h \
- $(NT_INC)/grp.h \
$(NT_INC)/unistd.h \
$(GNU_LIB)/intprops.h \
$(GNU_LIB)/strftime.h \
@@ -791,6 +790,7 @@ $(BLD)/editfns.$(O) : \
$(CODING_H) \
$(CONFIG_H) \
$(FRAME_H) \
+ $(GRP_H) \
$(INTERVALS_H) \
$(LISP_H) \
$(SYSTIME_H) \
@@ -843,6 +843,7 @@ $(BLD)/fileio.$(O) : \
$(SRC)/commands.h \
$(SRC)/w32.h \
$(NT_INC)/pwd.h \
+ $(NT_INC)/sys/acl.h \
$(NT_INC)/sys/file.h \
$(NT_INC)/sys/stat.h \
$(NT_INC)/unistd.h \
@@ -1185,6 +1186,7 @@ $(BLD)/w32.$(O) : \
$(SRC)/w32select.h \
$(NT_INC)/dirent.h \
$(NT_INC)/pwd.h \
+ $(NT_INC)/sys/acl.h \
$(NT_INC)/sys/file.h \
$(NT_INC)/sys/time.h \
$(GNU_LIB)/allocator.h \