(xterm.o): Remove references to sink.h and sinkmask.h.

This commit is contained in:
Gerd Moellmann 2001-09-24 13:08:54 +00:00
parent eeba008f47
commit d1182bc455
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
2001-09-24 Gerd Moellmann <gerd@gnu.org>
* Makefile.in (xterm.o): Remove references to sink.h and sinkmask.h.
* sink11.h, sink11mask.h, sink.h, sinkmask.h: Removed.
* xterm.c (toplevel): Remove includes in #if 0.
* process.c (sigchld_handler) [LINUX]: Don't return from
the signal handler at the end of the loop.

View file

@ -1102,7 +1102,7 @@ xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \
$(config_h)
xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \
dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \
keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h composite.h \
keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \
coding.h $(config_h)
xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \
coding.h ccl.h buffer.h atimer.h systime.h $(config_h)