($(BLD)/cmds.$(O)): Depend on frame.h.
authorEli Zaretskii <eliz@gnu.org>
Sat, 19 Dec 2009 11:58:11 +0000 (11:58 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 19 Dec 2009 11:58:11 +0000 (11:58 +0000)
src/ChangeLog
src/makefile.w32-in

index 873267f..9a411f8 100644 (file)
@@ -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.
index e5ebce9..8a65baf 100644 (file)
@@ -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 \