diff options
| author | Gerd Moellmann | 2001-09-24 13:08:54 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-09-24 13:08:54 +0000 |
| commit | d1182bc455752fc066274906a69bcc588cef3666 (patch) | |
| tree | bca337fe672d875d02eacfca72f37c2ad97dd067 /src/Makefile.in | |
| parent | eeba008f47ef4038a9f48aa0d0ff7f2e48fe0a36 (diff) | |
| download | emacs-d1182bc455752fc066274906a69bcc588cef3666.tar.gz emacs-d1182bc455752fc066274906a69bcc588cef3666.zip | |
(xterm.o): Remove references to sink.h and sinkmask.h.
Diffstat (limited to 'src/Makefile.in')
| -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 10716100fb3..50fbd7bc065 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1102,7 +1102,7 @@ xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ | |||
| 1102 | $(config_h) | 1102 | $(config_h) |
| 1103 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | 1103 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ |
| 1104 | dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ | 1104 | dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ |
| 1105 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h composite.h \ | 1105 | keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \ |
| 1106 | coding.h $(config_h) | 1106 | coding.h $(config_h) |
| 1107 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ | 1107 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ |
| 1108 | coding.h ccl.h buffer.h atimer.h systime.h $(config_h) | 1108 | coding.h ccl.h buffer.h atimer.h systime.h $(config_h) |