aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2003-12-27 22:03:40 +0000
committerKim F. Storm <[email protected]>2003-12-27 22:03:40 +0000
commit942b13fa0d42e216c3a9fcc012d311f121311d8a (patch)
treef9dd51b5ca86856e1f6424e3da8582a38fc0ce39 /src/Makefile.in
parenta70343bdfdeb5fbbebcfb767b6a2d0ca2e973054 (diff)
(eval.o): Depend on dispextern.h.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 07b3c82865..cd9fb8b6f5 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1171,7 +1171,7 @@ alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h key
bytecode.o: bytecode.c buffer.h syntax.h charset.h window.h $(config_h)
data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h)
eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
- $(config_h)
+ dispextern.h $(config_h)
floatfns.o: floatfns.c $(config_h)
fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \
frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h