aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-05-07 14:21:29 +0300
committerEli Zaretskii2010-05-07 14:21:29 +0300
commitf724825e893b6649cb8ade08101205fe0faa363a (patch)
tree50c5dc059b7275863cfe1dbcfc658d655be715fc /ChangeLog
parent5f43e51c03f72ce8be50c475b5e0fc3cd6f94a83 (diff)
downloademacs-f724825e893b6649cb8ade08101205fe0faa363a.tar.gz
emacs-f724825e893b6649cb8ade08101205fe0faa363a.zip
Fix the "config msdos" step of MS-DOS build (due to removal of some cpp stuff from configury).
config.bat: Allow for 2 leading `#'s in comments in src/Makefile.in. src/Makefile.in: Don't use Make-style comments past the "start of cpp stuff" line.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06a8ad610b6..ffabf7204c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12010-05-07 Eli Zaretskii <eliz@gnu.org>
2
3 * config.bat: Allow for 2 leading `#'s in comments in
4 src/Makefile.in.
5
12010-05-07 Glenn Morris <rgm@gnu.org> 62010-05-07 Glenn Morris <rgm@gnu.org>
2 7
3 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp. 8 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.