aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2002-07-26 04:04:45 +0000
committerKenichi Handa2002-07-26 04:04:45 +0000
commit6fd49f24bfa42a22f557332cb7dd2e0c611bbf18 (patch)
tree40690afe9f3c76490bd270ec4a9d7485ef717db9
parent4e20903029e692ced7c9fea93533b7bba35d2ba6 (diff)
downloademacs-6fd49f24bfa42a22f557332cb7dd2e0c611bbf18.tar.gz
emacs-6fd49f24bfa42a22f557332cb7dd2e0c611bbf18.zip
(abbrev.o): Depend on syntax.h.
(xfaces.o): Depend on charset.h.
-rw-r--r--src/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 3a2a162622f..a33b7822ec5 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1007,7 +1007,7 @@ alloca.o : alloca.s $(config_h)
1007 and so rarely changed in ways that do require any. */ 1007 and so rarely changed in ways that do require any. */
1008 1008
1009abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h character.h \ 1009abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h character.h \
1010 $(config_h) 1010 syntax.h $(config_h)
1011buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ 1011buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \
1012 dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h character.h \ 1012 dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h character.h \
1013 $(config_h) 1013 $(config_h)
@@ -1122,8 +1122,8 @@ xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \
1122 termchar.h frame.h window.h disptab.h termhooks.h character.h charset.h \ 1122 termchar.h frame.h window.h disptab.h termhooks.h character.h charset.h \
1123 $(config_h) msdos.h composite.h fontset.h 1123 $(config_h) msdos.h composite.h fontset.h
1124xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 1124xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
1125 window.h character.h msdos.h dosfns.h composite.h atimer.h systime.h \ 1125 window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \
1126 fontset.h $(config_h) 1126 systime.h fontset.h $(config_h)
1127xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ 1127xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \
1128 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \ 1128 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \
1129 character.h charset.h coding.h $(config_h) 1129 character.h charset.h coding.h $(config_h)