aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2003-09-16 17:18:27 +0000
committerDave Love2003-09-16 17:18:27 +0000
commita0fc36449f2dc84a13130ba2f71065223655fa1d (patch)
tree6ece119be8218197ae7d77cf1fa602e8b4b3a30f /src
parent54ab09c42868e33feeb0e9eb84277c970d0bb675 (diff)
downloademacs-a0fc36449f2dc84a13130ba2f71065223655fa1d.tar.gz
emacs-a0fc36449f2dc84a13130ba2f71065223655fa1d.zip
Depend on coding.h.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in2
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 @@
12003-09-16 Dave Love <fx@gnu.org>
2
3 * Makefile.in: Depend on coding.h.
4
12003-09-14 Kim F. Storm <storm@cua.dk> 52003-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)
1146xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ 1146xmenu.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)
1149xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ 1149xterm.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 \