diff options
| author | Kenichi Handa | 1997-10-21 10:43:40 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-10-21 10:43:40 +0000 |
| commit | bcd17685299af0f8086549410e8508345a99f12a (patch) | |
| tree | 841bf943d38b093f138d0d99bdd63a33d26a311f /src | |
| parent | 4608c386ffa2de11a4f1e164b9d67d13bf4d08a6 (diff) | |
| download | emacs-bcd17685299af0f8086549410e8508345a99f12a.tar.gz emacs-bcd17685299af0f8086549410e8508345a99f12a.zip | |
(xselect.o): Depend on buffer.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 819c37609ee..235e3781ba0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1098,7 +1098,7 @@ xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | |||
| 1098 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ | 1098 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ |
| 1099 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) | 1099 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) |
| 1100 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ | 1100 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ |
| 1101 | coding.h $(config_h) | 1101 | coding.h buffer.h $(config_h) |
| 1102 | xrdb.o: xrdb.c $(config_h) paths.h | 1102 | xrdb.o: xrdb.c $(config_h) paths.h |
| 1103 | hftctl.o: hftctl.c $(config_h) | 1103 | hftctl.o: hftctl.c $(config_h) |
| 1104 | 1104 | ||