emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101165: Fix dependencies according t


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101165: Fix dependencies according to revno 101162.
Date: Sun, 22 Aug 2010 20:20:55 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101165 [merge]
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sun 2010-08-22 20:20:55 +0300
message:
  Fix dependencies according to revno 101162.
  
   deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
modified:
  src/ChangeLog
  src/deps.mk
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-08-22 17:00:08 +0000
+++ b/src/ChangeLog     2010-08-22 17:18:52 +0000
@@ -1,5 +1,7 @@
 2010-08-22  Eli Zaretskii  <address@hidden>
 
+       * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
+
        * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
        for w32.
 

=== modified file 'src/deps.mk'
--- a/src/deps.mk       2010-08-05 17:11:32 +0000
+++ b/src/deps.mk       2010-08-22 17:18:52 +0000
@@ -142,7 +142,7 @@
 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 @@
 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 \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]