diff options
| author | Eli Zaretskii | 2009-11-28 10:24:51 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-11-28 10:24:51 +0000 |
| commit | 4bf47195376dd81f596e7e08ad6d00db17906246 (patch) | |
| tree | 57093f97b373a4b68394badaa706fb75f844db78 /src | |
| parent | 62a258a71d61b623ca071cd8113c01882e469ad7 (diff) | |
| download | emacs-4bf47195376dd81f596e7e08ad6d00db17906246.tar.gz emacs-4bf47195376dd81f596e7e08ad6d00db17906246.zip | |
[!AUTO_DEPEND]: Remove outdated comment about omitted dependencies on lisp.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/Makefile.in | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5d385e6b412..346a3442ed4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-11-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about | ||
| 4 | omitted dependencies on lisp.h. | ||
| 5 | |||
| 1 | 2009-11-27 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2009-11-27 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display | 8 | * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display |
diff --git a/src/Makefile.in b/src/Makefile.in index 3b77ff80f87..11e8982e5e1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1049,10 +1049,6 @@ ecrt0.o: ecrt0.c $(config_h) | |||
| 1049 | doc.o: buildobj.h | 1049 | doc.o: buildobj.h |
| 1050 | 1050 | ||
| 1051 | #ifndef AUTO_DEPEND | 1051 | #ifndef AUTO_DEPEND |
| 1052 | /* Nearly all the following files depend on lisp.h, | ||
| 1053 | but it is not included as a dependency because | ||
| 1054 | it is so often changed in ways that do not require any recompilation | ||
| 1055 | and so rarely changed in ways that do require any. */ | ||
| 1056 | 1052 | ||
| 1057 | atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h $(config_h) | 1053 | atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h $(config_h) |
| 1058 | buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ | 1054 | buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ |