From 373ea6d5eeeb9a1e2202efae36617095bb9ef557 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 1 May 2000 15:19:27 +0000 Subject: [PATCH] Identify the beginning of cpp stuff in src/Makefile.in and lib/src/Makefile.in more accurately. --- config.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.bat b/config.bat index 74060672af..5c922551d0 100644 --- a/config.bat +++ b/config.bat @@ -147,7 +147,7 @@ if exist dir.h ren dir.h vmsdir.h rem Create "makefile" from "makefile.in". rm -f Makefile junk.c -sed -e "1,/cpp stuff/s@^# .*$@@" junk.c +sed -e "1,/== start of cpp stuff ==/s@^# .*$@@" junk.c If "%DJGPP_VER%" == "1" Goto mfV1 gcc -E junk.c | sed -f ../msdos/sed1v2.inp >Makefile goto mfDone @@ -172,7 +172,7 @@ rem ---------------------------------------------------------------------- Echo Configuring the library source directory... cd lib-src rem Create "makefile" from "makefile.in". -sed -e "1,/cpp stuff/s@^# .*$@@" junk.c +sed -e "1,/== start of cpp stuff ==/s@^# .*$@@" junk.c gcc -E -I. -I../src junk.c | sed -e "s/^ / /" -e "/^#/d" -e "/^[ ]*$/d" >makefile.new If "%DJGPP_VER%" == "2" goto libsrc-v2 sed -f ../msdos/sed3.inp Makefile -- 2.39.2