diff options
author | Kim F. Storm <storm@cua.dk> | 2003-12-27 22:03:40 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2003-12-27 22:03:40 +0000 |
commit | 942b13fa0d42e216c3a9fcc012d311f121311d8a (patch) | |
tree | f9dd51b5ca86856e1f6424e3da8582a38fc0ce39 /src/Makefile.in | |
parent | a70343bdfdeb5fbbebcfb767b6a2d0ca2e973054 (diff) | |
download | emacs-942b13fa0d42e216c3a9fcc012d311f121311d8a.tar.gz |
(eval.o): Depend on dispextern.h.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |