summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/bsd.buildlink.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.buildlink.mk b/mk/bsd.buildlink.mk
index 3e203a9b595..583ae0e4a81 100644
--- a/mk/bsd.buildlink.mk
+++ b/mk/bsd.buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.buildlink.mk,v 1.22 2001/07/02 05:03:45 jlam Exp $
+# $NetBSD: bsd.buildlink.mk,v 1.23 2001/07/06 18:45:15 tron Exp $
#
# This Makefile fragment is included by package buildlink.mk files. This
# file does the following things:
@@ -160,7 +160,7 @@ _BUILDLINK_CONFIG_WRAPPER_USE: .USE
#
.if defined(USE_LIBTOOL)
REPLACE_BUILDLINK+= \
- `${FIND} . -name "*.lai" | ${SED} -e "s|^\./||" | ${SORT}`
+ `${FIND} . -name "*.lai" | ${SED} -e 's|\^\./||' | ${SORT}`
.endif
.if defined(REPLACE_BUILDLINK)