Mercurial > emacs
changeset 16779:746c7bab3606
(process.o): Depend on blockinput.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 30 Dec 1996 01:25:10 +0000 |
parents | e08944e83eb7 |
children | e9dc2569cb12 |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Mon Dec 30 00:30:21 1996 +0000 +++ b/src/Makefile.in Mon Dec 30 01:25:10 1996 +0000 @@ -958,7 +958,8 @@ 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)