diff options
Diffstat (limited to 'src/deps.mk')
| -rw-r--r-- | src/deps.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/deps.mk b/src/deps.mk index 39edd5c1dd3..cc3f685c7d2 100644 --- a/src/deps.mk +++ b/src/deps.mk | |||
| @@ -132,10 +132,10 @@ insdel.o: insdel.c window.h buffer.h $(INTERVALS_H) blockinput.h character.h \ | |||
| 132 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \ | 132 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \ |
| 133 | commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ | 133 | commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ |
| 134 | systime.h syntax.h $(INTERVALS_H) blockinput.h atimer.h composite.h \ | 134 | systime.h syntax.h $(INTERVALS_H) blockinput.h atimer.h composite.h \ |
| 135 | xterm.h puresize.h msdos.h keymap.h w32term.h nsterm.h nsgui.h coding.h \ | 135 | xterm.h msdos.h keymap.h w32term.h nsterm.h nsgui.h coding.h \ |
| 136 | process.h ../lib/unistd.h gnutls.h lisp.h globals.h $(config_h) | 136 | process.h ../lib/unistd.h gnutls.h lisp.h globals.h $(config_h) |
| 137 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ | 137 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ |
| 138 | atimer.h systime.h puresize.h character.h charset.h $(INTERVALS_H) \ | 138 | atimer.h systime.h character.h charset.h $(INTERVALS_H) \ |
| 139 | keymap.h window.h coding.h frame.h lisp.h globals.h $(config_h) | 139 | keymap.h window.h coding.h frame.h lisp.h globals.h $(config_h) |
| 140 | lastfile.o: lastfile.c $(config_h) | 140 | lastfile.o: lastfile.c $(config_h) |
| 141 | macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h msdos.h \ | 141 | macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h msdos.h \ |
| @@ -267,12 +267,12 @@ xsettings.o: xterm.h xsettings.h lisp.h frame.h termhooks.h $(config_h) \ | |||
| 267 | atimer.h termopts.h globals.h | 267 | atimer.h termopts.h globals.h |
| 268 | 268 | ||
| 269 | ## The files of Lisp proper. | 269 | ## The files of Lisp proper. |
| 270 | alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h \ | 270 | alloc.o: alloc.c process.h frame.h window.h buffer.h syssignal.h \ |
| 271 | keyboard.h blockinput.h atimer.h systime.h character.h lisp.h $(config_h) \ | 271 | keyboard.h blockinput.h atimer.h systime.h character.h lisp.h $(config_h) \ |
| 272 | $(INTERVALS_H) termhooks.h gnutls.h coding.h ../lib/unistd.h globals.h | 272 | $(INTERVALS_H) termhooks.h gnutls.h coding.h ../lib/unistd.h globals.h |
| 273 | bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \ | 273 | bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \ |
| 274 | lisp.h globals.h $(config_h) msdos.h | 274 | lisp.h globals.h $(config_h) msdos.h |
| 275 | data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \ | 275 | data.o: data.c buffer.h character.h syssignal.h keyboard.h frame.h \ |
| 276 | termhooks.h systime.h coding.h composite.h dispextern.h font.h ccl.h \ | 276 | termhooks.h systime.h coding.h composite.h dispextern.h font.h ccl.h \ |
| 277 | lisp.h globals.h $(config_h) msdos.h | 277 | lisp.h globals.h $(config_h) msdos.h |
| 278 | eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h frame.h \ | 278 | eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h frame.h \ |
| @@ -295,7 +295,7 @@ lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \ | |||
| 295 | composite.o: composite.c composite.h buffer.h character.h coding.h font.h \ | 295 | composite.o: composite.c composite.h buffer.h character.h coding.h font.h \ |
| 296 | ccl.h frame.h termhooks.h $(INTERVALS_H) window.h \ | 296 | ccl.h frame.h termhooks.h $(INTERVALS_H) window.h \ |
| 297 | lisp.h globals.h $(config_h) | 297 | lisp.h globals.h $(config_h) |
| 298 | intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \ | 298 | intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h \ |
| 299 | keymap.h lisp.h globals.h $(config_h) systime.h coding.h | 299 | keymap.h lisp.h globals.h $(config_h) systime.h coding.h |
| 300 | textprop.o: textprop.c buffer.h window.h $(INTERVALS_H) \ | 300 | textprop.o: textprop.c buffer.h window.h $(INTERVALS_H) \ |
| 301 | lisp.h globals.h $(config_h) | 301 | lisp.h globals.h $(config_h) |