aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2010-05-08 13:42:01 +0200
committerJuanma Barranquero2010-05-08 13:42:01 +0200
commitee0a16cf18096dfa91c5868ba7fbefa59cd2904e (patch)
tree870968dc7166b885b77fe7cfa25d63c203c7ed3f /src
parent96d79611095cd8e906676d871a033549f0ec98b4 (diff)
downloademacs-ee0a16cf18096dfa91c5868ba7fbefa59cd2904e.tar.gz
emacs-ee0a16cf18096dfa91c5868ba7fbefa59cd2904e.zip
* src/makefile.w32-in: Update dependencies.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/makefile.w32-in2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1ec145b72fd..cbe7633c8af 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-05-08 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
4 Update dependencies.
5
12010-05-08 Eli Zaretskii <eliz@gnu.org> 62010-05-08 Eli Zaretskii <eliz@gnu.org>
2 7
3 * fringe.c (update_window_fringes): Set up truncation bitmaps for 8 * fringe.c (update_window_fringes): Set up truncation bitmaps for
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 241040d5eb3..34af372dc5e 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -697,6 +697,7 @@ $(BLD)/eval.$(O) : \
697 $(SRC)/commands.h \ 697 $(SRC)/commands.h \
698 $(SRC)/composite.h \ 698 $(SRC)/composite.h \
699 $(SRC)/dispextern.h \ 699 $(SRC)/dispextern.h \
700 $(SRC)/frame.h \
700 $(SRC)/keyboard.h \ 701 $(SRC)/keyboard.h \
701 $(SRC)/systime.h \ 702 $(SRC)/systime.h \
702 $(SRC)/w32gui.h 703 $(SRC)/w32gui.h
@@ -1554,6 +1555,7 @@ $(BLD)/w32fns.$(O) : \
1554 $(SRC)/keyboard.h \ 1555 $(SRC)/keyboard.h \
1555 $(SRC)/systime.h \ 1556 $(SRC)/systime.h \
1556 $(SRC)/termhooks.h \ 1557 $(SRC)/termhooks.h \
1558 $(SRC)/w32.h \
1557 $(SRC)/w32font.h \ 1559 $(SRC)/w32font.h \
1558 $(SRC)/w32gui.h \ 1560 $(SRC)/w32gui.h \
1559 $(SRC)/w32heap.h \ 1561 $(SRC)/w32heap.h \