From: Kim F. Storm Date: Sat, 27 Dec 2003 22:03:40 +0000 (+0000) Subject: (eval.o): Depend on dispextern.h. X-Git-Tag: ttn-vms-21-2-B4~8148 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=942b13fa0d42e216c3a9fcc012d311f121311d8a;p=emacs.git (eval.o): Depend on dispextern.h. --- 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