1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-03 04:21:28 -08:00

MS-Windows followup for 2011-03-13T06:43:00Z!eggert@cs.ucla.edu.

src/makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
 $(EMACS_ROOT)/lib/intprops.h.
This commit is contained in:
Eli Zaretskii 2011-03-13 19:49:38 +02:00
parent 1ef6de0565
commit d251f04bea
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2011-03-13 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
$(EMACS_ROOT)/lib/intprops.h.
2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
Fix more problems found by GCC 4.5.2's static checks.

View file

@ -727,6 +727,7 @@ $(BLD)/editfns.$(O) : \
$(EMACS_ROOT)/nt/inc/unistd.h \
$(EMACS_ROOT)/nt/inc/sys/time.h \
$(EMACS_ROOT)/lib/strftime.h \
$(EMACS_ROOT)/lib/intprops.h \
$(LISP_H) \
$(SRC)/atimer.h \
$(SRC)/blockinput.h \