From: Guido van Rossum Date: Wed, 20 May 1998 15:53:22 +0000 (+0000) Subject: Add LDLAST to the list of variables processed by the sed script. X-Git-Tag: v1.5.2a1~581 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=750c8cee7eff436b08bc37e79bc69860c0f743e9;p=python Add LDLAST to the list of variables processed by the sed script. --- diff --git a/Misc/Makefile.pre.in b/Misc/Makefile.pre.in index cbb0b18265..4b0df01138 100644 --- a/Misc/Makefile.pre.in +++ b/Misc/Makefile.pre.in @@ -255,6 +255,7 @@ sedscript: $(MAKEFILE) -e '/^LINKCC=/s/^LINKCC=[ ]*\(.*\)/s%@LINKCC[@]%\1%/p' \ -e '/^OPT=/s/^OPT=[ ]*\(.*\)/s%@OPT[@]%\1%/p' \ -e '/^LDFLAGS=/s/^LDFLAGS=[ ]*\(.*\)/s%@LDFLAGS[@]%\1%/p' \ + -e '/^LDLAST=/s/^LDLAST=[ ]*\(.*\)/s%@LDLAST[@]%\1%/p' \ -e '/^DEFS=/s/^DEFS=[ ]*\(.*\)/s%@DEFS[@]%\1%/p' \ -e '/^LIBS=/s/^LIBS=[ ]*\(.*\)/s%@LIBS[@]%\1%/p' \ -e '/^LIBM=/s/^LIBM=[ ]*\(.*\)/s%@LIBM[@]%\1%/p' \