diff options
| author | Richard M. Stallman | 1997-08-15 03:29:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-15 03:29:41 +0000 |
| commit | 74700529a8ff91b367bc42cba61c2b0e6c5deb4f (patch) | |
| tree | 212f46c080f8e57d4594b323aa0e4cb9285d7b3b /src | |
| parent | b54a8d43a2577c083348504eefb72082ac5f24da (diff) | |
| download | emacs-74700529a8ff91b367bc42cba61c2b0e6c5deb4f.tar.gz emacs-74700529a8ff91b367bc42cba61c2b0e6c5deb4f.zip | |
(xselect.o): Depend on coding.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 631bf4567d5..5fa496769bc 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1087,7 +1087,7 @@ xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | |||
| 1087 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ | 1087 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ |
| 1088 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) | 1088 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) |
| 1089 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ | 1089 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ |
| 1090 | $(config_h) | 1090 | coding,h $(config_h) |
| 1091 | xrdb.o: xrdb.c $(config_h) | 1091 | xrdb.o: xrdb.c $(config_h) |
| 1092 | hftctl.o: hftctl.c $(config_h) | 1092 | hftctl.o: hftctl.c $(config_h) |
| 1093 | 1093 | ||