aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorEli Zaretskii2004-05-02 17:46:46 +0000
committerEli Zaretskii2004-05-02 17:46:46 +0000
commit1644f4e408c358484eafdee3b2a62bdb22626952 (patch)
tree2c54dacdca09f9d7420fe61c1747338f502b669c /src/Makefile.in
parent8a02e1933c60d546e8fadd06e60396bf89eee953 (diff)
downloademacs-1644f4e408c358484eafdee3b2a62bdb22626952.tar.gz
emacs-1644f4e408c358484eafdee3b2a62bdb22626952.zip
(region-cache.o): Depend on config.h
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 \