diff options
| author | Dave Love | 2003-09-16 17:18:27 +0000 |
|---|---|---|
| committer | Dave Love | 2003-09-16 17:18:27 +0000 |
| commit | a0fc36449f2dc84a13130ba2f71065223655fa1d (patch) | |
| tree | 6ece119be8218197ae7d77cf1fa602e8b4b3a30f | |
| parent | 54ab09c42868e33feeb0e9eb84277c970d0bb675 (diff) | |
| download | emacs-a0fc36449f2dc84a13130ba2f71065223655fa1d.tar.gz emacs-a0fc36449f2dc84a13130ba2f71065223655fa1d.zip | |
Depend on coding.h.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5472d07dd1e..bdbdb8142d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-09-16 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in: Depend on coding.h. | ||
| 4 | |||
| 1 | 2003-09-14 Kim F. Storm <storm@cua.dk> | 5 | 2003-09-14 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h. | 7 | * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h. |
diff --git a/src/Makefile.in b/src/Makefile.in index 1af4fa22155..c0200af35b6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1145,7 +1145,7 @@ xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ | |||
| 1145 | charset.h gtkutil.h $(config_h) | 1145 | charset.h gtkutil.h $(config_h) |
| 1146 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ | 1146 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ |
| 1147 | keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h \ | 1147 | keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h \ |
| 1148 | gtkutil.h msdos.h $(config_h) | 1148 | gtkutil.h msdos.h coding.h $(config_h) |
| 1149 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ | 1149 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ |
| 1150 | dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ | 1150 | dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ |
| 1151 | keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \ | 1151 | keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \ |