aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2003-09-16 17:31:26 +0000
committerDave Love2003-09-16 17:31:26 +0000
commit6e907cad583529b073136b1d403d4f080508613a (patch)
treee6bf0d33fe7bb1e1cde7ae937be39da05c15b936 /src
parentb3a208b0fa08bce282e7c846a232d40e965e2b4d (diff)
downloademacs-6e907cad583529b073136b1d403d4f080508613a.tar.gz
emacs-6e907cad583529b073136b1d403d4f080508613a.zip
(gtkutil.o): Depend on coding.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 0f3ac171442..3a4b0cf0ec2 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1182,7 +1182,7 @@ xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \
1182xrdb.o: xrdb.c $(config_h) epaths.h 1182xrdb.o: xrdb.c $(config_h) epaths.h
1183xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h 1183xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h
1184gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \ 1184gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \
1185 blockinput.h window.h atimer.h termhooks.h 1185 blockinput.h window.h atimer.h termhooks.h coding.h
1186 1186
1187hftctl.o: hftctl.c $(config_h) 1187hftctl.o: hftctl.c $(config_h)
1188sound.o: sound.c dispextern.h $(config_h) 1188sound.o: sound.c dispextern.h $(config_h)