diff options
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 0295e705a9c..72f68cabfc3 100644 --- a/src/deps.mk +++ b/src/deps.mk | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | ### Code: | 35 | ### Code: |
| 36 | 36 | ||
| 37 | atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h blockinput.h \ | 37 | atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h blockinput.h \ |
| 38 | globals.h ../lib/unistd.h $(config_h) | 38 | globals.h ../lib/unistd.h msdos.h $(config_h) |
| 39 | bidi.o: bidi.c buffer.h character.h dispextern.h msdos.h lisp.h \ | 39 | bidi.o: bidi.c buffer.h character.h dispextern.h msdos.h lisp.h \ |
| 40 | globals.h $(config_h) | 40 | globals.h $(config_h) |
| 41 | buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ | 41 | buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ |
| @@ -92,7 +92,7 @@ editfns.o: editfns.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ | |||
| 92 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ | 92 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ |
| 93 | termhooks.h buffer.h atimer.h systime.h $(INTERVALS_H) lisp.h $(config_h) \ | 93 | termhooks.h buffer.h atimer.h systime.h $(INTERVALS_H) lisp.h $(config_h) \ |
| 94 | globals.h ../lib/unistd.h window.h dispextern.h keyboard.h keymap.h \ | 94 | globals.h ../lib/unistd.h window.h dispextern.h keyboard.h keymap.h \ |
| 95 | frame.h coding.h gnutls.h msdos.h unexec.h | 95 | frame.h coding.h gnutls.h msdos.h dosfns.h unexec.h |
| 96 | fileio.o: fileio.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ | 96 | fileio.o: fileio.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ |
| 97 | coding.h msdos.h blockinput.h atimer.h lisp.h $(config_h) frame.h \ | 97 | coding.h msdos.h blockinput.h atimer.h lisp.h $(config_h) frame.h \ |
| 98 | commands.h globals.h ../lib/unistd.h | 98 | commands.h globals.h ../lib/unistd.h |