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.
This commit is contained in:
Eli Zaretskii 2011-02-20 23:09:45 +02:00
parent 6cac9cb117
commit e1e6b4fb85
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2011-02-20 Eli Zaretskii <eliz@gnu.org>
* lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
$(EMACS_ROOT)/nt/inc/sys/stat.h.
2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
* configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.

View file

@ -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