diff options
Diffstat (limited to 'mk/wrapper/cmd-sink-hpux-ld')
-rw-r--r-- | mk/wrapper/cmd-sink-hpux-ld | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/wrapper/cmd-sink-hpux-ld b/mk/wrapper/cmd-sink-hpux-ld index 39804938032..51622064029 100644 --- a/mk/wrapper/cmd-sink-hpux-ld +++ b/mk/wrapper/cmd-sink-hpux-ld @@ -1,4 +1,4 @@ -# $NetBSD: cmd-sink-hpux-ld,v 1.5 2007/05/06 10:05:38 tnn Exp $ +# $NetBSD: cmd-sink-hpux-ld,v 1.6 2007/05/28 11:07:00 martti Exp $ # Empty out the command buffer and build up the command line in $cmd. hprunpath= @@ -61,7 +61,7 @@ if $test -n "$hprunpath"; then # the braindead HP-UX ld(1) which needs to relink binaries against libraries # in ${PREFIX} to get run paths correct. # NB: This is not optimal because it exposes the package to possibly unwanted -# libraries. (Ideally this should be done only in the installation phase.) +# libraries. (Ideally this should be done only in the installation phase.) ############################################################################## for dir in $hprunpathdirs do |