]> git.eshelyaron.com Git - emacs.git/commitdiff
($(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 873267fca49547595710d4e5a6d2864fac1c0a75..9a411f83afca7f80254513cdb9e42badc933d4d9 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 e5ebce9fc63924a5ec8b37b3d72e5347bdce3d3e..8a65baf4c2677d94dbbfe551dac8fd8bbc100895 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 \