diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:27:40 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:27:40 +0000 |
commit | ed8425f85930b59dec50dd48e90e39e0394f3877 (patch) | |
tree | 4445a37aeb56e09b695d2d32d03801a7413f842b /cross/avr-binutils | |
parent | 4ed3dbca9821249e23d9dc77f9913fde816fb571 (diff) | |
download | pkgsrc-ed8425f85930b59dec50dd48e90e39e0394f3877.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'cross/avr-binutils')
-rw-r--r-- | cross/avr-binutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile index 66bf5d74d0c..687406dd807 100644 --- a/cross/avr-binutils/Makefile +++ b/cross/avr-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/08/07 13:41:34 seb Exp $ +# $NetBSD: Makefile,v 1.3 2003/08/09 10:36:58 seb Exp $ # FreeBSD Id: ports/devel/avr-binutils/Makefile,v 1.9 2003/03/07 06:00:08 ade Exp DISTNAME= binutils-2.13.2.1 @@ -15,7 +15,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_MAKEINFO= YES -USE_NEW_TEXINFO= YES CONFIGURE_ARGS= --target=avr |