summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-11-02 10:09:50 +0000
committerKim F. Storm <storm@cua.dk>2004-11-02 10:09:50 +0000
commitae8bc416df377a08031194848acd6633f407af1b (patch)
tree4e69f1d43f30e5e47deb4cece1e5343e8c8dd28f /src/Makefile.in
parent2b2d59d8db495910c52c44686178d9500802dd5d (diff)
downloademacs-ae8bc416df377a08031194848acd6633f407af1b.tar.gz
(callproc.o): Depend on blockinput.h atimer.h systime.h.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index deb33730644..758e74ebf64 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1052,7 +1052,7 @@ callint.o: callint.c window.h commands.h buffer.h keymap.h \
keyboard.h dispextern.h $(config_h)
callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \
process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h \
- composite.h w32.h
+ composite.h w32.h blockinput.h atimer.h systime.h
casefiddle.o: casefiddle.c syntax.h commands.h buffer.h composite.h \
charset.h keymap.h $(config_h)
casetab.o: casetab.c buffer.h $(config_h)