]> git.eshelyaron.com Git - emacs.git/commitdiff
(process.o): Depend on blockinput.h.
authorRichard M. Stallman <rms@gnu.org>
Mon, 30 Dec 1996 01:25:10 +0000 (01:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 30 Dec 1996 01:25:10 +0000 (01:25 +0000)
src/Makefile.in

index 94415822dac0433d814776c96e969872fc33a95c..1f186c57db77e338cd4f60cd073588509f37bd61 100644 (file)
@@ -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)