mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 20:00:46 -08:00
Update MS-Windows dependencies after 2011-03-17T18:41:30Z!eggert@cs.ucla.edu.
src/makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
This commit is contained in:
parent
381259ef0d
commit
09f6ff021c
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2011-03-17 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
|
||||
|
||||
2011-03-17 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Fix more problems found by GCC 4.5.2's static checks.
|
||||
|
|
|
|||
|
|
@ -1516,6 +1516,7 @@ $(BLD)/undo.$(O) : \
|
|||
|
||||
$(BLD)/unexw32.$(O) : \
|
||||
$(SRC)/unexw32.c \
|
||||
$(SRC)/unexec.h \
|
||||
$(CONFIG_H) \
|
||||
$(SRC)/w32heap.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue