diff options
| author | Kenichi Handa | 1997-05-19 07:17:38 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-05-19 07:17:38 +0000 |
| commit | 2d3fa43542eded4db079b86d4d54b9343e13f27d (patch) | |
| tree | a869f788769383210d12ba6203d0515df6ac0da9 /src | |
| parent | 1cd71ce02b2e1740e4b7cc2a7afdd2f8f526a7cd (diff) | |
| download | emacs-2d3fa43542eded4db079b86d4d54b9343e13f27d.tar.gz emacs-2d3fa43542eded4db079b86d4d54b9343e13f27d.zip | |
(xdisp.o): Add coding.h in dependency list.
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 f8b6be5e833..e9e73035008 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1048,7 +1048,7 @@ widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ | |||
| 1048 | ../lwlib/lwlib.h $(config_h) | 1048 | ../lwlib/lwlib.h $(config_h) |
| 1049 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ | 1049 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ |
| 1050 | termhooks.h disptab.h keyboard.h $(config_h) | 1050 | termhooks.h disptab.h keyboard.h $(config_h) |
| 1051 | xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \ | 1051 | xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \ |
| 1052 | termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) | 1052 | termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) |
| 1053 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | 1053 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ |
| 1054 | window.h charset.h $(config_h) | 1054 | window.h charset.h $(config_h) |