diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /devel/binutils | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 63426f3ed6f..e280e9465ed 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/03/17 22:49:09 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.26 2005/04/11 21:45:18 tv Exp $ DISTNAME= binutils-2.15 PKGNAME= binutils-2.15.0.0 @@ -13,7 +13,6 @@ CONFLICTS= avr-binutils<2.13.2.1nb1 NOT_FOR_PLATFORM= Interix-*-* -USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes REPLACE_LOCALEDIR_PATTERNS+= Make-in |