From: Eli Zaretskii Date: Sun, 20 Feb 2011 21:09:45 +0000 (+0200) Subject: Followup for 2011-02-20T18:50:26Z!eliz@gnu.org. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~787 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1e6b4fb853e336b4069d3f40ceecee95b6fe309;p=emacs.git Followup for 2011-02-20T18:50:26Z!eliz@gnu.org. lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on $(EMACS_ROOT)/nt/inc/sys/stat.h. --- diff --git a/ChangeLog b/ChangeLog index b390cfb7266..5a898656216 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-02-20 Eli Zaretskii + + * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on + $(EMACS_ROOT)/nt/inc/sys/stat.h. + 2011-02-20 Paul Eggert * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign. diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in index c60d85aa01c..02953c9863a 100644 --- a/lib/makefile.w32-in +++ b/lib/makefile.w32-in @@ -99,7 +99,6 @@ $(BLD)/md5.$(O) : \ $(EMACS_ROOT)/src/s/ms-w32.h \ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h \ - $(EMACS_ROOT)/nt/inc/sys/stat.h \ $(EMACS_ROOT)/lib/md5.h # The following dependencies are for supporting parallel builds, where