diff options
| author | Kenichi Handa | 2008-08-29 07:52:21 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-08-29 07:52:21 +0000 |
| commit | 6b7f08601c1e0e889ebc96227ec92f5f277eb0ca (patch) | |
| tree | f5070f3e27b5b5916e1dd0521ae6b4ca7057db87 /src | |
| parent | 7d09b7a6e1f41cfb40c3a9c542ef9fe9d5973621 (diff) | |
| download | emacs-6b7f08601c1e0e889ebc96227ec92f5f277eb0ca.tar.gz emacs-6b7f08601c1e0e889ebc96227ec92f5f277eb0ca.zip | |
(ftfont.o): Depend on composite.h.
(composite.o): Depend dispextern.h, font.h, frame, and window.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index e6fefd6e186..0ac840de05c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1082,7 +1082,8 @@ frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | |||
| 1082 | fringe.o: fringe.c dispextern.h frame.h window.h buffer.h termhooks.h $(config_h) | 1082 | fringe.o: fringe.c dispextern.h frame.h window.h buffer.h termhooks.h $(config_h) |
| 1083 | font.o: font.c dispextern.h frame.h window.h ccl.h character.h charset.h \ | 1083 | font.o: font.c dispextern.h frame.h window.h ccl.h character.h charset.h \ |
| 1084 | font.h $(config_h) | 1084 | font.h $(config_h) |
| 1085 | ftfont.o: dispextern.h frame.h character.h charset.h font.h $(config_h) | 1085 | ftfont.o: dispextern.h frame.h character.h charset.h composite.h font.h \ |
| 1086 | $(config_h) | ||
| 1086 | fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h character.h \ | 1087 | fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h character.h \ |
| 1087 | charset.h frame.h keyboard.h termhooks.h font.h $(config_h) | 1088 | charset.h frame.h keyboard.h termhooks.h font.h $(config_h) |
| 1088 | getloadavg.o: getloadavg.c $(config_h) | 1089 | getloadavg.o: getloadavg.c $(config_h) |
| @@ -1248,7 +1249,8 @@ textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \ | |||
| 1248 | $(config_h) | 1249 | $(config_h) |
| 1249 | intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h \ | 1250 | intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h \ |
| 1250 | keymap.h $(config_h) | 1251 | keymap.h $(config_h) |
| 1251 | composite.o: composite.c buffer.h character.h $(INTERVAL_SRC) $(config_h) | 1252 | composite.o: composite.c buffer.h character.h dispextern.h font.h frame.h \ |
| 1253 | $(INTERVAL_SRC) window.h $(config_h) | ||
| 1252 | 1254 | ||
| 1253 | /* System-specific programs to be made. | 1255 | /* System-specific programs to be made. |
| 1254 | OTHER_FILES and OBJECTS_MACHINE | 1256 | OTHER_FILES and OBJECTS_MACHINE |