diff options
author | Eli Zaretskii <eliz@gnu.org> | 2009-12-19 11:57:36 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2009-12-19 11:57:36 +0000 |
commit | 07afcd49d665206062839678ace5b15f3e7ed5b3 (patch) | |
tree | b07493afaf1ecb4dd7b797f5aa54b28de7efd3e0 /src | |
parent | 10fdd7cb398c73de82ab009744870047d1020d8e (diff) | |
download | emacs-07afcd49d665206062839678ace5b15f3e7ed5b3.tar.gz |
($(BLD)/cmds.$(O)): Depend on frame.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |