From: Eli Zaretskii Date: Sat, 19 Dec 2009 11:58:11 +0000 (+0000) Subject: ($(BLD)/cmds.$(O)): Depend on frame.h. X-Git-Tag: emacs-pretest-23.1.91~45 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad9039554d76a81c177a80afb797cb0d6c5a8c4d;p=emacs.git ($(BLD)/cmds.$(O)): Depend on frame.h. --- 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 + * 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 \