summaryrefslogtreecommitdiff
path: root/config.bat
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2000-05-01 15:19:27 +0000
committerEli Zaretskii <eliz@gnu.org>2000-05-01 15:19:27 +0000
commitad6b6b2aa3729fa5fee1a1725ce3be2903c0649c (patch)
treea31877f47013f1e40cd3160cb27391300764b781 /config.bat
parent3e3311b27d54a0659d5458835b1e89292fd77248 (diff)
downloademacs-ad6b6b2aa3729fa5fee1a1725ce3be2903c0649c.tar.gz
Identify the beginning of cpp stuff in src/Makefile.in and
lib/src/Makefile.in more accurately.
Diffstat (limited to 'config.bat')
-rw-r--r--config.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.bat b/config.bat
index 74060672af1..5c922551d0e 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@^# .*$@@" <Makefile.in >junk.c
+sed -e "1,/== start of cpp stuff ==/s@^# .*$@@" <Makefile.in >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@^# .*$@@" <Makefile.in >junk.c
+sed -e "1,/== start of cpp stuff ==/s@^# .*$@@" <Makefile.in >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.new >Makefile