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