summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-12-19 11:58:11 +0000
committerEli Zaretskii <eliz@gnu.org>2009-12-19 11:58:11 +0000
commitad9039554d76a81c177a80afb797cb0d6c5a8c4d (patch)
tree21bdff07dfc2b36b340061201b1189a310856253
parent49105cd038ab43d7a9a90b0a1309e9080af5ca33 (diff)
downloademacs-ad9039554d76a81c177a80afb797cb0d6c5a8c4d.tar.gz
($(BLD)/cmds.$(O)): Depend on frame.h.
-rw-r--r--src/ChangeLog2
-rw-r--r--src/makefile.w32-in1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 873267fca49..9a411f83afc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
2009-12-19 Eli Zaretskii <eliz@gnu.org>
+ * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
+
Update dependencies in Makefile.in.
* Makefile.in (alloc.o): Depend on termhooks.h.
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index e5ebce9fc63..8a65baf4c26 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -506,6 +506,7 @@ $(BLD)/cmds.$(O) : \
$(SRC)/commands.h \
$(SRC)/composite.h \
$(SRC)/dispextern.h \
+ $(SRC)/frame.h \
$(SRC)/keyboard.h \
$(SRC)/keymap.h \
$(SRC)/syntax.h \