diff options
| author | Eli Zaretskii | 2010-08-22 20:18:52 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-08-22 20:18:52 +0300 |
| commit | b613941ba003bbf5024415ac4f8c2a0e12434751 (patch) | |
| tree | 00c2af032507634ecf9154ee5bd0ba30c736f3f8 /src/deps.mk | |
| parent | a583bbef0ea8fe8bbc12ba93fef83f079e04edaf (diff) | |
| download | emacs-b613941ba003bbf5024415ac4f8c2a0e12434751.tar.gz emacs-b613941ba003bbf5024415ac4f8c2a0e12434751.zip | |
Fix dependencies according to 2010-08-22T15:14:37Z!dann@ics.uci.edu.
deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
Diffstat (limited to 'src/deps.mk')
| -rw-r--r-- | src/deps.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/deps.mk b/src/deps.mk index 8eeed3822d0..d00be96744b 100644 --- a/src/deps.mk +++ b/src/deps.mk | |||
| @@ -142,7 +142,7 @@ mktime.o: mktime.c $(config_h) | |||
| 142 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ | 142 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ |
| 143 | termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \ | 143 | termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \ |
| 144 | keyboard.h $(INTERVALS_H) buffer.h commands.h blockinput.h atimer.h \ | 144 | keyboard.h $(INTERVALS_H) buffer.h commands.h blockinput.h atimer.h \ |
| 145 | lisp.h $(config_h) | 145 | lisp.h sysselect.h $(config_h) |
| 146 | nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \ | 146 | nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \ |
| 147 | dispextern.h fontset.h $(INTERVALS_H) keyboard.h blockinput.h \ | 147 | dispextern.h fontset.h $(INTERVALS_H) keyboard.h blockinput.h \ |
| 148 | atimer.h systime.h epaths.h termhooks.h coding.h systime.h lisp.h $(config_h) | 148 | 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 \ | |||
| 176 | sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ | 176 | sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ |
| 177 | process.h dispextern.h termhooks.h termchar.h termopts.h coding.h \ | 177 | process.h dispextern.h termhooks.h termchar.h termopts.h coding.h \ |
| 178 | frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \ | 178 | frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \ |
| 179 | $(config_h) composite.h | 179 | $(config_h) composite.h sysselect.h |
| 180 | term.o: term.c termchar.h termhooks.h termopts.h lisp.h $(config_h) \ | 180 | term.o: term.c termchar.h termhooks.h termopts.h lisp.h $(config_h) \ |
| 181 | cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \ | 181 | cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \ |
| 182 | xterm.h msdos.h window.h keymap.h blockinput.h atimer.h systime.h \ | 182 | xterm.h msdos.h window.h keymap.h blockinput.h atimer.h systime.h \ |