# HG changeset patch # User Kenichi Handa # Date 1171538971 0 # Node ID 25de48ab62e226ddf3039eb2c35feadd8ccfbc5c # Parent c54ff468cc4f26c57e6e6506901c78f9636e4c0e (search.o): Depend on charset.h. diff -r c54ff468cc4f -r 25de48ab62e2 src/Makefile.in --- 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 \