From 6660e3a82a983972578a36d40dcab83473b06931 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 15 Feb 2007 11:29:31 +0000 Subject: [PATCH] (search.o): Depend on charset.h. --- src/Makefile.in | 4 ++-- 1 file 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) 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 \ -- 2.39.5