diff options
| author | Kim F. Storm | 2003-03-31 22:41:23 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-03-31 22:41:23 +0000 |
| commit | eee66ed58e2a054015ca4c3df8800090e2216267 (patch) | |
| tree | 46104834eda0031ef913d79a353b01527b66bc7f /src | |
| parent | 836be5ce1667a85d3426900fe813de9b9b2964dd (diff) | |
| download | emacs-eee66ed58e2a054015ca4c3df8800090e2216267.tar.gz emacs-eee66ed58e2a054015ca4c3df8800090e2216267.zip | |
(frame.o): Add dependency on blockinput.h and files
included from it (atimer.h and systime.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 e93cfa0a04f..2ccc554475f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1105,7 +1105,8 @@ fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ | |||
| 1105 | filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) | 1105 | filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) |
| 1106 | filemode.o: filemode.c $(config_h) | 1106 | filemode.o: filemode.c $(config_h) |
| 1107 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | 1107 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ |
| 1108 | buffer.h charset.h fontset.h msdos.h dosfns.h dispextern.h $(config_h) | 1108 | blockinput.h atimer.h systime.h buffer.h charset.h fontset.h \ |
| 1109 | msdos.h dosfns.h dispextern.h $(config_h) | ||
| 1109 | fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \ | 1110 | fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \ |
| 1110 | keyboard.h $(config_h) | 1111 | keyboard.h $(config_h) |
| 1111 | getloadavg.o: getloadavg.c $(config_h) | 1112 | getloadavg.o: getloadavg.c $(config_h) |