diff options
| author | Richard M. Stallman | 1996-12-30 01:25:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-12-30 01:25:10 +0000 |
| commit | 8877186525cfab53f33c57df4bea51a40696b5de (patch) | |
| tree | e924b0ba05f0f18731cd9855dbfd3ca444ff9b97 /src | |
| parent | f8fc543a607b99e1eff75b36ac2e451665cb1bd8 (diff) | |
| download | emacs-8877186525cfab53f33c57df4bea51a40696b5de.tar.gz emacs-8877186525cfab53f33c57df4bea51a40696b5de.zip | |
(process.o): Depend on blockinput.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 3 |
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) | |||
| 958 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \ | 958 | msdos.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) |
| 960 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 960 | process.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) | ||
| 962 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h | 963 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h |
| 963 | region-cache.o: region-cache.c buffer.h region-cache.h | 964 | region-cache.o: region-cache.c buffer.h region-cache.h |
| 964 | scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) | 965 | scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) |