From: Richard M. Stallman Date: Mon, 30 Dec 1996 01:25:10 +0000 (+0000) Subject: (process.o): Depend on blockinput.h. X-Git-Tag: emacs-20.1~3165 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8877186525cfab53f33c57df4bea51a40696b5de;p=emacs.git (process.o): Depend on blockinput.h. --- 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)