aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-05-24 21:17:52 -0700
committerGlenn Morris2010-05-24 21:17:52 -0700
commit2e0689abafc503d1e07a9f970da68d9981baec21 (patch)
treef62b497af54891ef611e7776bc9fc76624001bf3 /src/ChangeLog
parenta0c067483785a0d8b37e21878e9cc6244bac035a (diff)
downloademacs-2e0689abafc503d1e07a9f970da68d9981baec21.tar.gz
emacs-2e0689abafc503d1e07a9f970da68d9981baec21.zip
Do not include config.h in src/Makefile.in.
* src/Makefile.in (NOT_C_CODE): No longer define. (config.h): No longer include.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 541ed72bddb..2908810322c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12010-05-25 Glenn Morris <rgm@gnu.org> 12010-05-25 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (NOT_C_CODE): No longer define.
4 (config.h): No longer include.
5
3 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some 6 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
4 variables it may reference. 7 variables it may reference.
5 8