diff options
| author | Dave Love | 2003-09-16 17:31:26 +0000 |
|---|---|---|
| committer | Dave Love | 2003-09-16 17:31:26 +0000 |
| commit | 6e907cad583529b073136b1d403d4f080508613a (patch) | |
| tree | e6bf0d33fe7bb1e1cde7ae937be39da05c15b936 /src | |
| parent | b3a208b0fa08bce282e7c846a232d40e965e2b4d (diff) | |
| download | emacs-6e907cad583529b073136b1d403d4f080508613a.tar.gz emacs-6e907cad583529b073136b1d403d4f080508613a.zip | |
(gtkutil.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 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 \ | |||
| 1182 | xrdb.o: xrdb.c $(config_h) epaths.h | 1182 | xrdb.o: xrdb.c $(config_h) epaths.h |
| 1183 | xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h | 1183 | xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h |
| 1184 | gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \ | 1184 | gtkutil.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 | ||
| 1187 | hftctl.o: hftctl.c $(config_h) | 1187 | hftctl.o: hftctl.c $(config_h) |
| 1188 | sound.o: sound.c dispextern.h $(config_h) | 1188 | sound.o: sound.c dispextern.h $(config_h) |