Mercurial > emacs
diff src/Makefile.in @ 51599:de897fd132ef
(xselect.o): Don't depend on charset.h, coding.h, composite.h.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Tue, 17 Jun 2003 10:52:01 +0000 |
| parents | 810f6674ff1d |
| children | 103b6b870f97 |
line wrap: on
line diff
--- 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) \
