diff options
| author | Kenichi Handa | 2003-06-17 10:52:01 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-06-17 10:52:01 +0000 |
| commit | 0c6db68bc0f044e1e8b4b3a05cc08a4715350ada (patch) | |
| tree | d23db54eae11bb87d86bc0eeb2b5670c09aadac7 /src | |
| parent | e57ad4d89482d575be1ee2edae863da8c0c509f3 (diff) | |
| download | emacs-0c6db68bc0f044e1e8b4b3a05cc08a4715350ada.tar.gz emacs-0c6db68bc0f044e1e8b4b3a05cc08a4715350ada.zip | |
(xselect.o): Don't depend on charset.h, coding.h, composite.h.
Diffstat (limited to 'src')
| -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 830850d7712..1961dfcdb13 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1185,7 +1185,7 @@ xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ | |||
| 1185 | keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \ | 1185 | keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \ |
| 1186 | coding.h process.h gtkutil.h $(config_h) | 1186 | coding.h process.h gtkutil.h $(config_h) |
| 1187 | xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ | 1187 | xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ |
| 1188 | charset.h coding.h ccl.h buffer.h atimer.h systime.h $(config_h) | 1188 | buffer.h atimer.h systime.h $(config_h) |
| 1189 | xrdb.o: xrdb.c $(config_h) epaths.h | 1189 | xrdb.o: xrdb.c $(config_h) epaths.h |
| 1190 | xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h | 1190 | xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h |
| 1191 | gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \ | 1191 | gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \ |