From ae8bc416df377a08031194848acd6633f407af1b Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 2 Nov 2004 10:09:50 +0000 Subject: [PATCH] (callproc.o): Depend on blockinput.h atimer.h systime.h. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5