diff options
| author | Richard M. Stallman | 1996-04-23 20:33:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-04-23 20:33:16 +0000 |
| commit | 8565113c08ee023807447c9edc55d9254ce5ae9f (patch) | |
| tree | ab3d9724230291f8c49e6b1b570d90cd333366b3 /src | |
| parent | 97cf50e75334a417de30abcfd786e78ea2263a28 (diff) | |
| download | emacs-8565113c08ee023807447c9edc55d9254ce5ae9f.tar.gz emacs-8565113c08ee023807447c9edc55d9254ce5ae9f.zip | |
(dispnew.o): Depend on blockinput.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 60293e06097..273adbf3706 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -921,7 +921,7 @@ ecrt0.o: ecrt0.c $(config_h) | |||
| 921 | dired.o: dired.c commands.h buffer.h $(config_h) regex.h | 921 | dired.o: dired.c commands.h buffer.h $(config_h) regex.h |
| 922 | dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ | 922 | dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ |
| 923 | termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \ | 923 | termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \ |
| 924 | xterm.h $(config_h) | 924 | xterm.h blockinput.h $(config_h) |
| 925 | doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h | 925 | doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h |
| 926 | doprnt.o: doprnt.c $(config_h) | 926 | doprnt.o: doprnt.c $(config_h) |
| 927 | dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) | 927 | dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) |