]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix dependencies according to 2010-08-22T15:14:37Z!dann@ics.uci.edu.
authorEli Zaretskii <eliz@gnu.org>
Sun, 22 Aug 2010 17:18:52 +0000 (20:18 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 22 Aug 2010 17:18:52 +0000 (20:18 +0300)
 deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.

src/ChangeLog
src/deps.mk

index 4add0968b6e994a2de257c4c001fd61d2279cfa5..58941cc39ba3f564dc088537227bfae96ae16552 100644 (file)
@@ -1,5 +1,7 @@
 2010-08-22  Eli Zaretskii  <eliz@gnu.org>
 
+       * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
+
        * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
        for w32.
 
index 8eeed3822d02eef742c543a3f48ab58b2f33f380..d00be96744bbd23b68ba65c840ae88c0e453ba9b 100644 (file)
@@ -142,7 +142,7 @@ mktime.o: mktime.c $(config_h)
 msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
    termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \
    keyboard.h $(INTERVALS_H) buffer.h commands.h blockinput.h atimer.h \
-   lisp.h $(config_h)
+   lisp.h sysselect.h $(config_h)
 nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \
    dispextern.h fontset.h $(INTERVALS_H) keyboard.h blockinput.h \
    atimer.h systime.h epaths.h termhooks.h coding.h systime.h lisp.h $(config_h)
@@ -176,7 +176,7 @@ syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \
 sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
    process.h dispextern.h termhooks.h termchar.h termopts.h coding.h \
    frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \
-   $(config_h) composite.h
+   $(config_h) composite.h sysselect.h
 term.o: term.c termchar.h termhooks.h termopts.h lisp.h $(config_h) \
    cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \
    xterm.h msdos.h window.h keymap.h blockinput.h atimer.h systime.h \