From 8877186525cfab53f33c57df4bea51a40696b5de Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 30 Dec 1996 01:25:10 +0000 Subject: [PATCH] (process.o): Depend on blockinput.h. --- src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 94415822dac..1f186c57db7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -958,7 +958,8 @@ mocklisp.o: mocklisp.c buffer.h $(config_h) msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \ termopts.h frame.h window.h $(config_h) process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ - commands.h syssignal.h systime.h systty.h syswait.h frame.h $(config_h) + commands.h syssignal.h systime.h systty.h syswait.h frame.h \ + blockinput.h $(config_h) regex.o: regex.c syntax.h buffer.h $(config_h) regex.h region-cache.o: region-cache.c buffer.h region-cache.h scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) -- 2.39.5