diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 19:11:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 19:11:12 +0000 |
commit | 9f94b112f01d9322b4806a06b02bdb565874da4d (patch) | |
tree | 9bb9e344bf86184898db4f31dee2dd629dc3e6f2 /devel/libtool-base | |
parent | f4a7efea2e910e41e2d900bf23cdfe570457ec00 (diff) | |
download | pkgsrc-9f94b112f01d9322b4806a06b02bdb565874da4d.tar.gz |
Remove the old tools framework and references to _USE_NEW_TOOLS.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r-- | devel/libtool-base/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index 41c2a7f15a9..07e061bb71d 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2005/05/22 05:35:32 jlam Exp $ +# $NetBSD: Makefile,v 1.67 2005/05/22 19:11:12 jlam Exp $ ########################################################################### ########################################################################### @@ -66,9 +66,7 @@ BUILD_SHLIBTOOL?= YES USE_LANGUAGES= c c++ fortran CONFIGURE_ARGS+= --with-tags=CXX,F77,GCJ -.if !empty(_USE_NEW_TOOLS:M[yY][eE][sS]) USE_TOOLS+= echo -.endif .PHONY: fix-libtool fix-libtool: |