diff options
| author | Kenichi Handa | 2007-02-15 11:29:31 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-02-15 11:29:31 +0000 |
| commit | 6660e3a82a983972578a36d40dcab83473b06931 (patch) | |
| tree | 13a8038579b9c434e5c2edf84b2ce69886d0f56d /src | |
| parent | 04fcc7ce82d8758710f07b594dc6abad380133ef (diff) | |
| download | emacs-6660e3a82a983972578a36d40dcab83473b06931.tar.gz emacs-6660e3a82a983972578a36d40dcab83473b06931.zip | |
(search.o): Depend on charset.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 3b82091cc5d..ceb9a1d5888 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1200,8 +1200,8 @@ region-cache.o: region-cache.c buffer.h region-cache.h $(config_h) | |||
| 1200 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ | 1200 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ |
| 1201 | $(config_h) | 1201 | $(config_h) |
| 1202 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ | 1202 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ |
| 1203 | blockinput.h atimer.h systime.h category.h character.h composite.h \ | 1203 | blockinput.h atimer.h systime.h category.h character.h charset.h \ |
| 1204 | $(INTERVAL_SRC) \ | 1204 | composite.h $(INTERVAL_SRC) \ |
| 1205 | $(config_h) | 1205 | $(config_h) |
| 1206 | strftime.o: strftime.c $(config_h) | 1206 | strftime.o: strftime.c $(config_h) |
| 1207 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \ | 1207 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \ |