# HG changeset patch # User Kenichi Handa # Date 1055847121 0 # Node ID de897fd132ef34571f634c12aef2fc49b7bd3957 # Parent 8e404f2a67156d19fbbee50ef95b5d1337966b53 (xselect.o): Don't depend on charset.h, coding.h, composite.h. diff -r 8e404f2a6715 -r de897fd132ef src/Makefile.in --- a/src/Makefile.in Tue Jun 17 10:51:11 2003 +0000 +++ b/src/Makefile.in Tue Jun 17 10:52:01 2003 +0000 @@ -1185,7 +1185,7 @@ keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \ coding.h process.h gtkutil.h $(config_h) xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ - charset.h coding.h ccl.h buffer.h atimer.h systime.h $(config_h) + buffer.h atimer.h systime.h $(config_h) xrdb.o: xrdb.c $(config_h) epaths.h xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \