diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-08-29 08:39:35 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-08-29 08:39:35 +0000 |
commit | 091a66d2b8d7a78edb77d7a36e520add7fb647b7 (patch) | |
tree | ae44d94c2351f9dd951dccc079421d40713bf669 | |
parent | d5443ffda09f105132a18d4c1ee52f01046212b4 (diff) | |
download | emacs-091a66d2b8d7a78edb77d7a36e520add7fb647b7.tar.gz |
($(BLD)/w32uniscribe.$(O)): Depend on composite.h
-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 872c3320746..a8df4660a8d 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -1405,6 +1405,7 @@ $(BLD)/w32uniscribe.$(O): \ $(CONFIG_H) \ $(SRC)/character.h \ $(SRC)/charset.h \ + $(SRC)/composite.h \ $(SRC)/dispextern.h \ $(SRC)/font.h \ $(SRC)/fontset.h \ |