diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-12-30 01:25:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-12-30 01:25:10 +0000 |
commit | eeb3aa426da323da54cb2b699ef81eaf1f737707 (patch) | |
tree | 02311a83e3c75349a4b0b3cf5b1dae626e6e8398 /src/Makefile.in | |
parent | c19df92fad1f72cd1c3b156248c4e3edcf8c212c (diff) | |
download | emacs-eeb3aa426da323da54cb2b699ef81eaf1f737707.tar.gz |
(process.o): Depend on blockinput.h.
Diffstat (limited to 'src/Makefile.in')
-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) 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) |