From 5629ff2e4349f92625b9b1aa238befdd43b9601b Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 30 Aug 2003 07:45:03 +0000 Subject: Strip leading spaces from dependency_libs in the modified .lai file. --- mk/buildlink3/libtool-fix-la | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mk/buildlink3/libtool-fix-la b/mk/buildlink3/libtool-fix-la index 928b62f37bb..d09590e19b2 100644 --- a/mk/buildlink3/libtool-fix-la +++ b/mk/buildlink3/libtool-fix-la @@ -1,4 +1,4 @@ -# $NetBSD: libtool-fix-la,v 1.1.2.6 2003/08/27 12:56:00 jlam Exp $ +# $NetBSD: libtool-fix-la,v 1.1.2.7 2003/08/30 07:45:03 jlam Exp $ # # For *.la files, in the "relink_command" line, we make the following # replacements: @@ -245,6 +245,7 @@ if $test -f $lafile; then L= fi deps="$L$l" + deps=`$echo "X$deps" | $Xsed -e "s/^[ ]*//"` @MV@ -f $laifile ${laifile}.blsav ( $cat ${laifile}.tmp | @SED@ -e '/^dependency_libs=/,$d' -- cgit v1.2.3