From 942b13fa0d42e216c3a9fcc012d311f121311d8a Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sat, 27 Dec 2003 22:03:40 +0000 Subject: [PATCH] (eval.o): Depend on dispextern.h. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 07b3c828650..cd9fb8b6f57 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 -- 2.39.2