From: Juanma Barranquero Date: Mon, 17 Dec 2012 20:59:04 +0000 (+0100) Subject: src/makefile.w32-in: Update depencencies. X-Git-Tag: emacs-24.3.90~173^2~7^2~559 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8725c07695e517965f878c4949a5731a48e89a48;p=emacs.git src/makefile.w32-in: Update depencencies. --- diff --git a/src/ChangeLog b/src/ChangeLog index 2eb301bd934..7d85beace0c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2012-12-17 Juanma Barranquero + + * makefile.w32-in ($(BLD)/editfns.$(O), $(BLD)/fileio.$(O)) + ($(BLD)/w32.$(O)): Update dependencies. + 2012-12-17 Stefan Monnier * xdisp.c (select_frame_for_redisplay): Use select_window_1 to 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 \