From 210d6f9c51bd17e0ad01af9055b4d0d547d5d06d Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 24 Sep 2002 08:37:53 +0000 Subject: Use |, not : to separate case conditions. --- mk/buildlink2/libtool-fix-la | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/buildlink2/libtool-fix-la') diff --git a/mk/buildlink2/libtool-fix-la b/mk/buildlink2/libtool-fix-la index efbc7805a18..b8cf8bfa973 100644 --- a/mk/buildlink2/libtool-fix-la +++ b/mk/buildlink2/libtool-fix-la @@ -1,4 +1,4 @@ -# $NetBSD: libtool-fix-la,v 1.8 2002/09/23 23:51:28 jlam Exp $ +# $NetBSD: libtool-fix-la,v 1.9 2002/09/24 08:37:53 jlam Exp $ # # For *.la files, in the "relink_command" line, we make the following # replacements: @@ -66,7 +66,7 @@ if [ -f $lafile ]; then *.la) ltlibsdir=`@DIRNAME@ $i`/.libs case "$ltlibsdir" in - ./*:../*|@WRKSRC@/*) + ./*|../*|@WRKSRC@/*) case "$relink" in *"-L$ltlibsdir "*) ;; *"-L$ltlibsdir") ;; -- cgit v1.2.3