]> granicus.if.org Git - python/commitdiff
Add LDLAST to the list of variables processed by the sed script.
authorGuido van Rossum <guido@python.org>
Wed, 20 May 1998 15:53:22 +0000 (15:53 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 20 May 1998 15:53:22 +0000 (15:53 +0000)
Misc/Makefile.pre.in

index cbb0b182656f3659b6d2204a94dc77157a1feea1..4b0df0113815372e72eed843a5663d54591a043a 100644 (file)
@@ -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' \