diff options
author | wiz <wiz> | 2004-04-24 13:53:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-04-24 13:53:37 +0000 |
commit | e6686511c25be4664f4dde70ef60ebcad3682339 (patch) | |
tree | c4d2d81dd6e82047002a0e3b26e2afe6b79598aa /cross | |
parent | 3acadaf1510158578f5b86e97c83519a82fcd8e4 (diff) | |
download | pkgsrc-e6686511c25be4664f4dde70ef60ebcad3682339.tar.gz |
This package complains it needs GNU m4 -- give it what it wants.
Remove superfluous LTCONFIG_OVERRIDE.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/binutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile index aeb2b97b008..b10cd458a93 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/03/02 19:58:53 kristerw Exp $ +# $NetBSD: Makefile,v 1.33 2004/04/24 13:53:37 wiz Exp $ # # GNU binutils configured to hold `as many targets as the cross system is # capable of using'. Configures and builds everything except gas, which @@ -15,8 +15,8 @@ COMMENT= Unified GNU binutils for cross build environments USE_BUILDLINK2= yes USE_CROSSBASE= yes +USE_GNU_TOOLS+= m4 USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIG_GUESS_OVERRIDE= # empty CONFIG_SUB_OVERRIDE= # empty |