From: Eli Zaretskii Date: Sat, 19 Dec 2009 11:27:49 +0000 (+0000) Subject: (alloc.o): Fix last change. X-Git-Tag: emacs-pretest-23.1.91~46 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=49105cd038ab43d7a9a90b0a1309e9080af5ca33;p=emacs.git (alloc.o): Fix last change. --- diff --git a/src/Makefile.in b/src/Makefile.in index 9df39f4f23e..1e956ae826b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1257,7 +1257,7 @@ xsettings.o: xterm.h xsettings.h lisp.h frame.h termhooks.h $(config_h) \ 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 \