comparison src/ChangeLog @ 108297:e514622e9d11

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.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 07 May 2010 14:21:29 +0300
parents 9c003610b6fc
children ffcbc15ab440
comparison
equal deleted inserted replaced
108295:47521399f06e 108297:e514622e9d11
1 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2
3 * Makefile.in (PRE_ALLOC_OBJ): Don't use Make-style comments past
4 the "start of cpp stuff" line.
5
1 2010-05-07 Glenn Morris <rgm@gnu.org> 6 2010-05-07 Glenn Morris <rgm@gnu.org>
2 7
3 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp. 8 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure. 9 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
5 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA, 10 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,