aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2004-05-02 17:46:46 +0000
committerEli Zaretskii2004-05-02 17:46:46 +0000
commit1644f4e408c358484eafdee3b2a62bdb22626952 (patch)
tree2c54dacdca09f9d7420fe61c1747338f502b669c
parent8a02e1933c60d546e8fadd06e60396bf89eee953 (diff)
downloademacs-1644f4e408c358484eafdee3b2a62bdb22626952.tar.gz
emacs-1644f4e408c358484eafdee3b2a62bdb22626952.zip
(region-cache.o): Depend on config.h
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dc9512d68d3..8bcc57b00dc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12004-05-02 Eli Zaretskii <eliz@gnu.org>
2
3 * Makefile.in (region-cache.o): Depend on config.h.
4
12004-05-02 Romain Francoise <romain@orebokech.com> (tiny change) 52004-05-02 Romain Francoise <romain@orebokech.com> (tiny change)
2 6
3 * indent.c (compute_motion): Save vpos in prev_vpos when dealing 7 * 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 \
1123 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ 1123 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \
1124 keyboard.h $(config_h) 1124 keyboard.h $(config_h)
1125regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h 1125regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h
1126region-cache.o: region-cache.c buffer.h region-cache.h 1126region-cache.o: region-cache.c buffer.h region-cache.h $(config_h)
1127scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ 1127scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \
1128 $(config_h) 1128 $(config_h)
1129search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ 1129search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \