Mercurial > emacs
comparison src/Makefile.in @ 90763:25de48ab62e2
(search.o): Depend on charset.h.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 15 Feb 2007 11:29:31 +0000 |
parents | 1b883722b73c |
children | dd7c098af727 |
comparison
equal
deleted
inserted
replaced
90762:c54ff468cc4f | 90763:25de48ab62e2 |
---|---|
1198 charset.h | 1198 charset.h |
1199 region-cache.o: region-cache.c buffer.h region-cache.h $(config_h) | 1199 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 \ |
1208 composite.h keymap.h regex.h $(INTERVAL_SRC) $(config_h) | 1208 composite.h keymap.h regex.h $(INTERVAL_SRC) $(config_h) |
1209 sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ | 1209 sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ |