aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2008-12-29 03:55:53 +0000
committerDan Nicolaescu2008-12-29 03:55:53 +0000
commitb5672e7ca46c2a21bfd4dbcdd72fc27068f50f6b (patch)
treec9304434d2213e94e05730583fe7e31b2aaea65a /src
parent2e4667d1caa14fe1bf28f64be4e4d726f70cdef8 (diff)
downloademacs-b5672e7ca46c2a21bfd4dbcdd72fc27068f50f6b.tar.gz
emacs-b5672e7ca46c2a21bfd4dbcdd72fc27068f50f6b.zip
(INTERVAL_SRC): Also depend on dispextern.h.
(coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC instead of intervals.h.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/Makefile.in10
2 files changed, 11 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 804e703eadd..fa4485ad654 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
4 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
5 instead of intervals.h.
6
12008-12-26 Andreas Schwab <schwab@suse.de> 72008-12-26 Andreas Schwab <schwab@suse.de>
2 8
3 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a 9 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
diff --git a/src/Makefile.in b/src/Makefile.in
index e3af6e5feef..c7abc4938ba 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -499,7 +499,7 @@ TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE LD_S
499#define UNEXEC unexec.o 499#define UNEXEC unexec.o
500#endif 500#endif
501 501
502INTERVAL_SRC = intervals.h composite.h 502INTERVAL_SRC = dispextern.h intervals.h composite.h
503 503
504GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ 504GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
505 505
@@ -1044,7 +1044,7 @@ character.o: character.c character.h buffer.h charset.h composite.h disptab.h \
1044charset.o: charset.c charset.h character.h buffer.h coding.h composite.h \ 1044charset.o: charset.c charset.h character.h buffer.h coding.h composite.h \
1045 disptab.h $(config_h) 1045 disptab.h $(config_h)
1046chartab.o: charset.h character.h $(config_h) 1046chartab.o: charset.h character.h $(config_h)
1047coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h intervals.h composite.h \ 1047coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h $(INTERVAL_SRC) composite.h \
1048 window.h dispextern.h frame.h termhooks.h $(config_h) 1048 window.h dispextern.h frame.h termhooks.h $(config_h)
1049cm.o: cm.c frame.h cm.h termhooks.h termchar.h $(config_h) 1049cm.o: cm.c frame.h cm.h termhooks.h termchar.h $(config_h)
1050cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h $(config_h) \ 1050cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h $(config_h) \
@@ -1057,7 +1057,7 @@ dired.o: dired.c commands.h buffer.h $(config_h) character.h charset.h \
1057 coding.h regex.h systime.h blockinput.h atimer.h 1057 coding.h regex.h systime.h blockinput.h atimer.h
1058dispnew.o: dispnew.c systime.h commands.h process.h frame.h \ 1058dispnew.o: dispnew.c systime.h commands.h process.h frame.h \
1059 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \ 1059 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \
1060 disptab.h indent.h intervals.h \ 1060 disptab.h indent.h $(INTERVAL_SRC) \
1061 xterm.h blockinput.h atimer.h character.h msdos.h composite.h keyboard.h \ 1061 xterm.h blockinput.h atimer.h character.h msdos.h composite.h keyboard.h \
1062 syssignal.h $(config_h) 1062 syssignal.h $(config_h)
1063doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h character.h 1063doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h character.h
@@ -1104,7 +1104,7 @@ keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \
1104 xterm.h puresize.h msdos.h keymap.h w32term.h nsterm.h \ 1104 xterm.h puresize.h msdos.h keymap.h w32term.h nsterm.h \
1105 $(config_h) 1105 $(config_h)
1106keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ 1106keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
1107 atimer.h systime.h puresize.h character.h charset.h intervals.h keymap.h window.h \ 1107 atimer.h systime.h puresize.h character.h charset.h $(INTERVAL_SRC) keymap.h window.h \
1108 $(config_h) 1108 $(config_h)
1109lastfile.o: lastfile.c $(config_h) 1109lastfile.o: lastfile.c $(config_h)
1110macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \ 1110macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \
@@ -1121,7 +1121,7 @@ minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \
1121mktime.o: mktime.c $(config_h) 1121mktime.o: mktime.c $(config_h)
1122msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ 1122msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
1123 termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \ 1123 termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \
1124 keyboard.h intervals.h buffer.h commands.h blockinput.h atimer.h $(config_h) 1124 keyboard.h $(INTERVAL_SRC) buffer.h commands.h blockinput.h atimer.h $(config_h)
1125nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \ 1125nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \
1126 dispextern.h nsgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \ 1126 dispextern.h nsgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \
1127 atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h) 1127 atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h)