(region-cache.o): Depend on config.h
This commit is contained in:
parent
8a02e1933c
commit
1644f4e408
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-05-02 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* Makefile.in (region-cache.o): Depend on config.h.
|
||||
|
||||
2004-05-02 Romain Francoise <romain@orebokech.com> (tiny change)
|
||||
|
||||
* indent.c (compute_motion): Save vpos in prev_vpos when dealing
|
||||
|
|
|
@ -1123,7 +1123,7 @@ process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
|
|||
blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \
|
||||
keyboard.h $(config_h)
|
||||
regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h
|
||||
region-cache.o: region-cache.c buffer.h region-cache.h
|
||||
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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue