summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-30 01:25:10 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-30 01:25:10 +0000
commiteeb3aa426da323da54cb2b699ef81eaf1f737707 (patch)
tree02311a83e3c75349a4b0b3cf5b1dae626e6e8398
parentc19df92fad1f72cd1c3b156248c4e3edcf8c212c (diff)
downloademacs-eeb3aa426da323da54cb2b699ef81eaf1f737707.tar.gz
(process.o): Depend on blockinput.h.
-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)
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)