Fix another :ts

This commit is contained in:
jperkin 2013-05-13 12:01:51 +00:00
parent a48e985ad6
commit fa8dee30aa

View file

@ -1,4 +1,4 @@
# $NetBSD: bsd.buildlink3.mk,v 1.220 2013/05/13 11:38:30 jperkin Exp $ # $NetBSD: bsd.buildlink3.mk,v 1.221 2013/05/13 12:01:51 jperkin Exp $
# #
# Copyright (c) 2004 The NetBSD Foundation, Inc. # Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved. # All rights reserved.
@ -986,7 +986,7 @@ _BLNK_TRANSFORM+= rpath:${_dir_}:${_BLNK_MANGLE_DIR.${_dir_}}
# Protect /usr/lib/* as they're all allowed to be specified for the # Protect /usr/lib/* as they're all allowed to be specified for the
# runtime library search path. # runtime library search path.
# #
.for _dir_ in ${SYSTEM_DEFAULT_RPATH:ts:} .for _dir_ in ${SYSTEM_DEFAULT_RPATH:S/:/ /g}
_BLNK_TRANSFORM+= sub-rpath:${_dir_}:${_BLNK_MANGLE_DIR.${_dir}} _BLNK_TRANSFORM+= sub-rpath:${_dir_}:${_BLNK_MANGLE_DIR.${_dir}}
.endfor .endfor
# #