From ad9039554d76a81c177a80afb797cb0d6c5a8c4d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 19 Dec 2009 11:58:11 +0000 Subject: [PATCH] ($(BLD)/cmds.$(O)): Depend on frame.h. --- src/ChangeLog | 2 ++ src/makefile.w32-in | 1 + 2 files changed, 3 insertions(+) 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 \ -- 2.39.5