]> git.eshelyaron.com Git - emacs.git/commitdiff
src/makefile.w32-in: Update depencencies.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Dec 2012 20:59:04 +0000 (21:59 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Dec 2012 20:59:04 +0000 (21:59 +0100)
src/ChangeLog
src/makefile.w32-in

index 2eb301bd9343c07da180251bfa5a1e914c9ad9ad..7d85beace0c0bba6479302e707e9c87d76ef3367 100644 (file)
@@ -1,3 +1,8 @@
+2012-12-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in ($(BLD)/editfns.$(O), $(BLD)/fileio.$(O))
+       ($(BLD)/w32.$(O)): Update dependencies.
+
 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * xdisp.c (select_frame_for_redisplay): Use select_window_1 to
index b595defdf6b796558066f3b6ef73925d938be9b3..6931a79aaf6e82c311d52cceca5fee084dbeeed4 100644 (file)
@@ -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 \