1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00

* src/makefile.w32-in: Update dependencies.

This commit is contained in:
Juanma Barranquero 2010-05-08 13:42:01 +02:00
parent 96d7961109
commit ee0a16cf18
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2010-05-08 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
Update dependencies.
2010-05-08 Eli Zaretskii <eliz@gnu.org>
* fringe.c (update_window_fringes): Set up truncation bitmaps for

View file

@ -697,6 +697,7 @@ $(BLD)/eval.$(O) : \
$(SRC)/commands.h \
$(SRC)/composite.h \
$(SRC)/dispextern.h \
$(SRC)/frame.h \
$(SRC)/keyboard.h \
$(SRC)/systime.h \
$(SRC)/w32gui.h
@ -1554,6 +1555,7 @@ $(BLD)/w32fns.$(O) : \
$(SRC)/keyboard.h \
$(SRC)/systime.h \
$(SRC)/termhooks.h \
$(SRC)/w32.h \
$(SRC)/w32font.h \
$(SRC)/w32gui.h \
$(SRC)/w32heap.h \