aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2008-08-01 14:04:53 +0000
committerDan Nicolaescu2008-08-01 14:04:53 +0000
commitf78c2c973fc19a3b9fc1a78597635c35e8700ee1 (patch)
tree63edc31d3ec8bb8d21ae8e06272c28178d58d1fa /src
parent150349607cf648e78d34aa16ef1d43d774bc6044 (diff)
downloademacs-f78c2c973fc19a3b9fc1a78597635c35e8700ee1.tar.gz
emacs-f78c2c973fc19a3b9fc1a78597635c35e8700ee1.zip
(dispnew.o, gtkutil.o, sound.o, atimer.o)
(floatfns.o): Depend on syssignal.h. (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in13
2 files changed, 12 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f5ecf80af09..19877ab7314 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,5 @@
12008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com> 12008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2
2 Warning clearing and clean-up in NS port. 3 Warning clearing and clean-up in NS port.
3 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Add 4 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Add
4 prototypes. 5 prototypes.
@@ -44,6 +45,10 @@
44 45
452008-08-01 Dan Nicolaescu <dann@ics.uci.edu> 462008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
46 47
48 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
49 (floatfns.o): Depend on syssignal.h.
50 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
51
47 * systty.h: Fix previous change that removed BSD_TERMIOS. Add 52 * systty.h: Fix previous change that removed BSD_TERMIOS. Add
48 comments to #ifdefs. 53 comments to #ifdefs.
49 54
diff --git a/src/Makefile.in b/src/Makefile.in
index 3536e816422..bdf5181f778 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1056,7 +1056,7 @@ dispnew.o: dispnew.c systime.h commands.h process.h frame.h \
1056 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \ 1056 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \
1057 disptab.h indent.h intervals.h \ 1057 disptab.h indent.h intervals.h \
1058 xterm.h blockinput.h atimer.h character.h msdos.h composite.h keyboard.h \ 1058 xterm.h blockinput.h atimer.h character.h msdos.h composite.h keyboard.h \
1059 $(config_h) 1059 syssignal.h $(config_h)
1060doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h character.h 1060doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h character.h
1061doprnt.o: doprnt.c character.h $(config_h) 1061doprnt.o: doprnt.c character.h $(config_h)
1062dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ 1062dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \
@@ -1136,7 +1136,8 @@ sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
1136 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h $(config_h) 1136 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h $(config_h)
1137term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ 1137term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
1138 disptab.h dispextern.h keyboard.h character.h charset.h coding.h ccl.h \ 1138 disptab.h dispextern.h keyboard.h character.h charset.h coding.h ccl.h \
1139 msdos.h window.h keymap.h blockinput.h atimer.h systime.h 1139 msdos.h window.h keymap.h blockinput.h atimer.h systime.h systty.h \
1140 syssignal.h $(INTERVAL_SRC)
1140termcap.o: termcap.c $(config_h) 1141termcap.o: termcap.c $(config_h)
1141terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \ 1142terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \
1142 keyboard.h $(config_h) 1143 keyboard.h $(config_h)
@@ -1198,12 +1199,12 @@ xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \
1198 lisp.h termopts.h 1199 lisp.h termopts.h
1199gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \ 1200gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \
1200 blockinput.h window.h atimer.h systime.h termhooks.h keyboard.h \ 1201 blockinput.h window.h atimer.h systime.h termhooks.h keyboard.h \
1201 charset.h coding.h 1202 charset.h coding.h syssignal.h
1202dbusbind.o: dbusbind.c termhooks.h $(config_h) 1203dbusbind.o: dbusbind.c termhooks.h $(config_h)
1203 1204
1204hftctl.o: hftctl.c $(config_h) 1205hftctl.o: hftctl.c $(config_h)
1205sound.o: sound.c dispextern.h $(config_h) 1206sound.o: sound.c dispextern.h syssignal.h $(config_h)
1206atimer.o: atimer.c atimer.h systime.h $(config_h) 1207atimer.o: atimer.c atimer.h syssignal.h systime.h $(config_h)
1207 1208
1208/* The files of Lisp proper */ 1209/* The files of Lisp proper */
1209 1210
@@ -1216,7 +1217,7 @@ data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \
1216 termhooks.h $(config_h) 1217 termhooks.h $(config_h)
1217eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ 1218eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
1218 dispextern.h $(config_h) 1219 dispextern.h $(config_h)
1219floatfns.o: floatfns.c $(config_h) 1220floatfns.o: floatfns.c syssignal.h $(config_h)
1220fns.o: fns.c commands.h $(config_h) frame.h buffer.h character.h keyboard.h \ 1221fns.o: fns.c commands.h $(config_h) frame.h buffer.h character.h keyboard.h \
1221 keymap.h frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h \ 1222 keymap.h frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h \
1222 blockinput.h atimer.h systime.h xterm.h termhooks.h 1223 blockinput.h atimer.h systime.h xterm.h termhooks.h