From 88e59471026b95072a895ce2969b1e13b93d87ca Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 21 Oct 2002 01:23:03 +0000 Subject: Remove (currently unused) USE_LTDL code -- use libtool/buildlink2.mk instead. --- mk/bsd.pkg.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 1199c7db63b..707172fb3c7 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1070 2002/10/21 01:17:11 wiz Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1071 2002/10/21 01:23:03 wiz Exp $ # # This file is in the public domain. # @@ -326,11 +326,7 @@ LIBTOOL_REQD= 1.4.20010614nb9 LIBTOOL= ${LOCALBASE}/bin/libtool .if defined(USE_LIBTOOL) PKGLIBTOOL= ${LIBTOOL} -. if defined(USE_LTDL) -DEPENDS+= libtool>=${LIBTOOL_REQD}:../../devel/libtool -. else BUILD_DEPENDS+= libtool-base>=${LIBTOOL_REQD}:../../devel/libtool-base -. endif CONFIGURE_ENV+= LIBTOOL="${PKGLIBTOOL} ${LIBTOOL_FLAGS}" MAKE_ENV+= LIBTOOL="${PKGLIBTOOL} ${LIBTOOL_FLAGS}" .endif -- cgit v1.2.3