From: Eli Zaretskii Date: Sun, 2 May 2004 17:46:46 +0000 (+0000) Subject: (region-cache.o): Depend on config.h X-Git-Tag: ttn-vms-21-2-B4~6453 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1644f4e408c358484eafdee3b2a62bdb22626952;p=emacs.git (region-cache.o): Depend on config.h --- diff --git a/src/ChangeLog b/src/ChangeLog index dc9512d68d3..8bcc57b00dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-05-02 Eli Zaretskii + + * Makefile.in (region-cache.o): Depend on config.h. + 2004-05-02 Romain Francoise (tiny change) * indent.c (compute_motion): Save vpos in prev_vpos when dealing diff --git a/src/Makefile.in b/src/Makefile.in index c1399942ffa..f24168a5cf5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 \