diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-07-12 09:48:12 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-07-12 09:48:12 +0000 |
commit | 477627ee80fd16eb106d74560b4ae27e584c7a64 (patch) | |
tree | d9cb74780b0ab3e3effd316c4116e38acc456212 /usr.bin/libtool/LT | |
parent | 74e82926ba60286dc17b28e2ee8c5eea32c83b46 (diff) |
unwanted duplicate
Diffstat (limited to 'usr.bin/libtool/LT')
-rw-r--r-- | usr.bin/libtool/LT/Program.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/libtool/LT/Program.pm b/usr.bin/libtool/LT/Program.pm index 09fb009acc9..caac7c203a1 100644 --- a/usr.bin/libtool/LT/Program.pm +++ b/usr.bin/libtool/LT/Program.pm @@ -1,4 +1,4 @@ -# $OpenBSD: Program.pm,v 1.15 2012/07/12 09:43:34 espie Exp $ +# $OpenBSD: Program.pm,v 1.16 2012/07/12 09:48:11 espie Exp $ # Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org> # Copyright (c) 2012 Marc Espie <espie@openbsd.org> @@ -111,7 +111,6 @@ sub link my ($staticlibs, $finalorderedlibs, $args) = $linker->common1($parser, $gp, $deplibs, $libdirs, $dirs, $libs); - $parser->resolve_la($deplibs, $libdirs); my $symlinkdir = $ltdir; if ($odir ne '.') { |