# HG changeset patch # User Eli Zaretskii # Date 1261222069 0 # Node ID b35a48601a9d7a31ef389dde3e084c614e2a3c12 # Parent 49b299dce670edee40a074281fe5381568a6e323 (alloc.o): Fix last change. diff -r 49b299dce670 -r b35a48601a9d src/Makefile.in --- a/src/Makefile.in Sat Dec 19 11:25:34 2009 +0000 +++ b/src/Makefile.in Sat Dec 19 11:27:49 2009 +0000 @@ -1257,7 +1257,7 @@ alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h \ keyboard.h blockinput.h atimer.h systime.h character.h lisp.h $(config_h) \ - $(INTERVALS_H) termhooks.o + $(INTERVALS_H) termhooks.h bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \ frame.h xterm.h lisp.h $(config_h) data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \