From 49105cd038ab43d7a9a90b0a1309e9080af5ca33 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 19 Dec 2009 11:27:49 +0000 Subject: [PATCH] (alloc.o): Fix last change. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.5