diff src/Makefile.in @ 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
line wrap: on
line diff
--- a/src/Makefile.in	Fri May 07 13:45:54 2010 +0300
+++ b/src/Makefile.in	Fri May 07 14:21:29 2010 +0300
@@ -397,9 +397,9 @@
 vmlimitobj = vm-limit.o
 #endif /* !SYSTEM_MALLOC */
 
-## Empty on Cygwin, lastfile.o elsewhere.
+/* Empty on Cygwin, lastfile.o elsewhere.  */
 PRE_ALLOC_OBJ=@PRE_ALLOC_OBJ@
-## lastfile.o vm-limit.o on Cygwin, $vmlimitobj elsewhere.
+/* lastfile.o vm-limit.o on Cygwin, $vmlimitobj elsewhere.  */
 POST_ALLOC_OBJ=@POST_ALLOC_OBJ@
 
 /* List of object files that make-docfile should not be told about.  */