summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index c3b4780cfb7..ef6f35ff7ee 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1513 2004/10/11 23:38:53 tv Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1514 2004/10/12 14:34:57 tv Exp $
#
# This file is in the public domain.
#
@@ -4959,7 +4959,7 @@ BEGIN { \
_PLIST_AWK_LIBTOOL?= # empty
.else
_PLIST_AWK_LIBTOOL?= \
-/\.la$$/ { \
+/^[^@].*\.la$$/ { \
system("cd ${PREFIX} && ${SH} ${_PRINT_LA_LIBNAMES} " $$0) \
}
.endif