# HG changeset patch # User Kim F. Storm # Date 1072562620 0 # Node ID 890b555d85b7784436791ea9e98db92b77bfe1e9 # Parent a053c8c470f36cbd20396c313b73fd242d03cf6d (eval.o): Depend on dispextern.h. diff -r a053c8c470f3 -r 890b555d85b7 src/Makefile.in --- a/src/Makefile.in Sat Dec 27 21:56:51 2003 +0000 +++ b/src/Makefile.in Sat Dec 27 22:03:40 2003 +0000 @@ -1171,7 +1171,7 @@ 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