summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1998-03-03 07:18:46 +0000
committerKenichi Handa <handa@m17n.org>1998-03-03 07:18:46 +0000
commitf7111f902a1cbcef5e47848f12d6f1afd59c9a9c (patch)
tree4240cc5aff0ab804aaf2d32c2df79251c3938b11 /src
parent57404188926f1287ad90b0cf91290aa093196e3e (diff)
downloademacs-f7111f902a1cbcef5e47848f12d6f1afd59c9a9c.tar.gz
(dired.o): Depend on charset.h and 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 c6a84df6d14..7e9bf8529ce 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1016,7 +1016,7 @@ cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h)
pre-crt0.o: pre-crt0.c
ecrt0.o: ecrt0.c $(config_h)
CRT0_COMPILE ${srcdir}/ecrt0.c
-dired.o: dired.c commands.h buffer.h $(config_h) regex.h
+dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h
dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \
termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \
xterm.h blockinput.h charset.h $(config_h)