diff options
| author | Richard M. Stallman | 1996-02-06 20:10:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-02-06 20:10:10 +0000 |
| commit | 6bda48a487e91708d7a7f072dda05a4bed3cbbd1 (patch) | |
| tree | fb2f7fb94f8a34eab05a217a4b1b029c5f6c8dd9 /src | |
| parent | 6c3a4e9dbbcb68121da1e608fea47dae333c6bfc (diff) | |
| download | emacs-6bda48a487e91708d7a7f072dda05a4bed3cbbd1.tar.gz emacs-6bda48a487e91708d7a7f072dda05a4bed3cbbd1.zip | |
(emacs.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 09ae65dc5b2..dfbac65c5ef 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -926,7 +926,8 @@ 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) |
| 928 | editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) | 928 | editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) |
| 929 | emacs.o: emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h) | 929 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ |
| 930 | INTERVAL_SRC $(config_h) | ||
| 930 | fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) | 931 | fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) |
| 931 | filelock.o: filelock.c buffer.h paths.h $(config_h) | 932 | filelock.o: filelock.c buffer.h paths.h $(config_h) |
| 932 | filemode.o: filemode.c $(config_h) | 933 | filemode.o: filemode.c $(config_h) |