diff options
| author | Eli Zaretskii | 2009-12-19 11:27:49 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-12-19 11:27:49 +0000 |
| commit | 49105cd038ab43d7a9a90b0a1309e9080af5ca33 (patch) | |
| tree | d21d4e687c652557f019ae300ee203876117ac19 /src | |
| parent | 3f670e9acc08fa9c4ed10535b6cdedb32c2bc381 (diff) | |
| download | emacs-49105cd038ab43d7a9a90b0a1309e9080af5ca33.tar.gz emacs-49105cd038ab43d7a9a90b0a1309e9080af5ca33.zip | |
(alloc.o): Fix last change.
Diffstat (limited to 'src')
| -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 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 | ||
| 1258 | alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h \ | 1258 | alloc.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 |
| 1261 | bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \ | 1261 | bytecode.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) |
| 1263 | data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \ | 1263 | data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \ |