changeset 97199:1aaeadd306da

(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).
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 01 Aug 2008 14:04:53 +0000
parents cf43f4e3ecc8
children d53d10659659
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 12 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Aug 01 14:01:08 2008 +0000
+++ b/src/ChangeLog	Fri Aug 01 14:04:53 2008 +0000
@@ -1,4 +1,5 @@
 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
 	Warning clearing and clean-up in NS port.
 	* keyboard.h (xmalloc_widget_value, digest_single_submenu): Add
 	prototypes.
@@ -44,6 +45,10 @@
 
 2008-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* Makefile.in (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).
+
 	* systty.h: Fix previous change that removed BSD_TERMIOS.  Add
 	comments to #ifdefs.
 
--- a/src/Makefile.in	Fri Aug 01 14:01:08 2008 +0000
+++ b/src/Makefile.in	Fri Aug 01 14:04:53 2008 +0000
@@ -1056,7 +1056,7 @@
    window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \
    disptab.h indent.h intervals.h \
    xterm.h blockinput.h atimer.h character.h msdos.h composite.h keyboard.h \
-   $(config_h)
+   syssignal.h $(config_h)
 doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h character.h
 doprnt.o: doprnt.c character.h $(config_h)
 dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \
@@ -1136,7 +1136,8 @@
    frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h $(config_h)
 term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
    disptab.h dispextern.h keyboard.h character.h charset.h coding.h ccl.h \
-   msdos.h window.h keymap.h blockinput.h atimer.h systime.h
+   msdos.h window.h keymap.h blockinput.h atimer.h systime.h systty.h \
+   syssignal.h  $(INTERVAL_SRC)
 termcap.o: termcap.c $(config_h)
 terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \
    keyboard.h $(config_h)
@@ -1198,12 +1199,12 @@
   lisp.h termopts.h
 gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \
   blockinput.h window.h atimer.h systime.h termhooks.h keyboard.h \
-  charset.h coding.h
+  charset.h coding.h syssignal.h
 dbusbind.o: dbusbind.c termhooks.h $(config_h)
 
 hftctl.o: hftctl.c $(config_h)
-sound.o: sound.c dispextern.h $(config_h)
-atimer.o: atimer.c atimer.h systime.h $(config_h)
+sound.o: sound.c dispextern.h syssignal.h $(config_h)
+atimer.o: atimer.c atimer.h syssignal.h systime.h $(config_h)
 
 /* The files of Lisp proper */
 
@@ -1216,7 +1217,7 @@
    termhooks.h $(config_h)
 eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
   dispextern.h $(config_h)
-floatfns.o: floatfns.c $(config_h)
+floatfns.o: floatfns.c syssignal.h $(config_h)
 fns.o: fns.c commands.h $(config_h) frame.h buffer.h character.h keyboard.h \
  keymap.h frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h \
  blockinput.h atimer.h systime.h xterm.h termhooks.h