Mercurial > emacs
changeset 90763:25de48ab62e2
(search.o): Depend on charset.h.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 15 Feb 2007 11:29:31 +0000 |
parents | c54ff468cc4f |
children | 324e371fbbe5 |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Thu Feb 15 11:29:15 2007 +0000 +++ b/src/Makefile.in Thu Feb 15 11:29:31 2007 +0000 @@ -1200,8 +1200,8 @@ scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ $(config_h) search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ - blockinput.h atimer.h systime.h category.h character.h composite.h \ - $(INTERVAL_SRC) \ + blockinput.h atimer.h systime.h category.h character.h charset.h \ + composite.h $(INTERVAL_SRC) \ $(config_h) strftime.o: strftime.c $(config_h) syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \