From 563a7043bbc371c0e78e3c75a2d8659da4c8cc19 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Sat, 18 Apr 2015 10:29:35 +0000 Subject: Remove unused variables related to USE_AUTOTOOLS=libtool which has been removed in r368357 --- Mk/bsd.autotools.mk | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'Mk/bsd.autotools.mk') diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index b6e68d8ebad0..963e0be502bc 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -196,16 +196,8 @@ GNU_CONFIGURE?= yes .if defined(LIBTOOL_VERSION) LIBTOOLIZE= ${LOCALBASE}/bin/libtoolize -LIBTOOL_LIBEXECDIR= ${LOCALBASE}/libexec/libtool -LIBTOOL_SHAREDIR= ${LOCALBASE}/share/libtool -LIBTOOL_M4= ${LOCALBASE}/share/aclocal/libtool.m4 -LTMAIN= ${LOCALBASE}/share/libtool/config/ltmain.sh - -LIBTOOL_VARS= LIBTOOLIZE=${LIBTOOLIZE} \ - LIBTOOL_LIBEXECDIR=${LIBTOOL_LIBEXECDIR} \ - LIBTOOL_SHAREDIR=${LIBTOOL_SHAREDIR} \ - LIBTOOL_M4=${LIBTOOL_M4} \ - LTMAIN=${LTMAIN} + +LIBTOOL_VARS= LIBTOOLIZE=${LIBTOOLIZE} LIBTOOLIZE_ARGS?= -i -c -f -- cgit v1.2.3