]> git.eshelyaron.com Git - emacs.git/commitdiff
(xselect.o): Don't depend on charset.h, coding.h, composite.h.
authorKenichi Handa <handa@m17n.org>
Tue, 17 Jun 2003 10:52:01 +0000 (10:52 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 17 Jun 2003 10:52:01 +0000 (10:52 +0000)
src/Makefile.in

index 830850d7712ba2ea97007d76cc415245acab1905..1961dfcdb13ecbd418d69552d078175e5fc35d50 100644 (file)
@@ -1185,7 +1185,7 @@ xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \
   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) \