aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-12-30 01:25:10 +0000
committerRichard M. Stallman1996-12-30 01:25:10 +0000
commit8877186525cfab53f33c57df4bea51a40696b5de (patch)
treee924b0ba05f0f18731cd9855dbfd3ca444ff9b97 /src
parentf8fc543a607b99e1eff75b36ac2e451665cb1bd8 (diff)
downloademacs-8877186525cfab53f33c57df4bea51a40696b5de.tar.gz
emacs-8877186525cfab53f33c57df4bea51a40696b5de.zip
(process.o): Depend on blockinput.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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)
958msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \ 958msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \
959 termopts.h frame.h window.h $(config_h) 959 termopts.h frame.h window.h $(config_h)
960process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ 960process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
961 commands.h syssignal.h systime.h systty.h syswait.h frame.h $(config_h) 961 commands.h syssignal.h systime.h systty.h syswait.h frame.h \
962 blockinput.h $(config_h)
962regex.o: regex.c syntax.h buffer.h $(config_h) regex.h 963regex.o: regex.c syntax.h buffer.h $(config_h) regex.h
963region-cache.o: region-cache.c buffer.h region-cache.h 964region-cache.o: region-cache.c buffer.h region-cache.h
964scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) 965scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h)