aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2009-12-19 11:27:49 +0000
committerEli Zaretskii2009-12-19 11:27:49 +0000
commit49105cd038ab43d7a9a90b0a1309e9080af5ca33 (patch)
treed21d4e687c652557f019ae300ee203876117ac19 /src
parent3f670e9acc08fa9c4ed10535b6cdedb32c2bc381 (diff)
downloademacs-49105cd038ab43d7a9a90b0a1309e9080af5ca33.tar.gz
emacs-49105cd038ab43d7a9a90b0a1309e9080af5ca33.zip
(alloc.o): Fix last change.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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) \
1257 1257
1258alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h \ 1258alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h \
1259 keyboard.h blockinput.h atimer.h systime.h character.h lisp.h $(config_h) \ 1259 keyboard.h blockinput.h atimer.h systime.h character.h lisp.h $(config_h) \
1260 $(INTERVALS_H) termhooks.o 1260 $(INTERVALS_H) termhooks.h
1261bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \ 1261bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \
1262 frame.h xterm.h lisp.h $(config_h) 1262 frame.h xterm.h lisp.h $(config_h)
1263data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \ 1263data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \