]> code.delx.au - gnu-emacs/commitdiff
(region-cache.o): Depend on config.h
authorEli Zaretskii <eliz@gnu.org>
Sun, 2 May 2004 17:46:46 +0000 (17:46 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 2 May 2004 17:46:46 +0000 (17:46 +0000)
src/ChangeLog
src/Makefile.in

index dc9512d68d389b22680a0b5da4d998e32103946b..8bcc57b00dcd767bbc1802fc56d568e07e0ab8ab 100644 (file)
@@ -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
index c1399942ffa61c6829a1da077680b70b2a1f59cc..f24168a5cf5572daf7c92b1cb566ab5ee1164a8c 100644 (file)
@@ -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 \