summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/buildlink2/libtool-fix-la4
1 files changed, 2 insertions, 2 deletions
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") ;;