summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2012-07-11 09:34:06 +0000
committerMarc Espie <espie@cvs.openbsd.org>2012-07-11 09:34:06 +0000
commitde65d75fddef912dd9d853633af368812c9cfc4e (patch)
treeb91d3c935f123b6fdc347eddc8725f2dda187729 /usr.bin
parent02a017b052d4400bec6be5e50004dd096b98e74e (diff)
thinko
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/libtool/LT/Program.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/libtool/LT/Program.pm b/usr.bin/libtool/LT/Program.pm
index 9d1eca14cf0..a59f68fe509 100644
--- a/usr.bin/libtool/LT/Program.pm
+++ b/usr.bin/libtool/LT/Program.pm
@@ -1,4 +1,4 @@
-# $OpenBSD: Program.pm,v 1.13 2012/07/11 08:39:23 espie Exp $
+# $OpenBSD: Program.pm,v 1.14 2012/07/11 09:34:05 espie Exp $
# Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org>
# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
@@ -197,7 +197,6 @@ sub link
if ($symbolsfile) {
push(@linkeropts, '-retain-symbols-file', $symbolsfile);
}
- push(@linkeropts, @$RPdirs);
@cmd = @$ltprog;
push @cmd, '-o', $dst;
push @cmd, @$args if ($args);