diff options
-rwxr-xr-x | usr.bin/libtool/libtool | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/libtool/libtool b/usr.bin/libtool/libtool index be8c6c9a475..193a08ae212 100755 --- a/usr.bin/libtool/libtool +++ b/usr.bin/libtool/libtool @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $OpenBSD: libtool,v 1.11 2012/07/04 15:03:49 espie Exp $ +# $OpenBSD: libtool,v 1.12 2012/07/04 15:08:40 espie Exp $ # Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org> # @@ -157,8 +157,6 @@ $instlibdir = $ENV{'LIBDIR'} if defined $ENV{'LIBDIR'}; my $mode; my $verbose = 1; -my %opts; # options passed to libtool - # just to be clear: # when building a library: # * -R libdir records libdir in dependency_libs |