diff options
author | Jason Rumney <jasonr@gnu.org> | 2007-12-08 01:48:02 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2007-12-08 01:48:02 +0000 |
commit | c1ca4c2406d2c9d6b49f70b299321bc7715ce583 (patch) | |
tree | 9863c7d7d93d520e8fc265e8cb511e37e3f79135 /src/makefile.w32-in | |
parent | 713849f63b782e52c558dd85add4f54c538a72c1 (diff) | |
download | emacs-c1ca4c2406d2c9d6b49f70b299321bc7715ce583.tar.gz |
(w32font.o): Depend on w32font.h.
Diffstat (limited to 'src/makefile.w32-in')
-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 7c2c344a2d4..4242f35eb3b 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -1621,6 +1621,7 @@ $(BLD)/w32font$(O): \ $(SRC)/font.h \ $(SRC)/fontset.h \ $(SRC)/frame.h \ + $(SRC)/w32font.h \ $(SRC)/w32gui.h \ $(SRC)/w32term.h |