diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-30 05:00:05 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-30 05:00:05 +0000 |
commit | 227848bc3a54f556d0957cebc3709cebc32a3586 (patch) | |
tree | e917f1ef07ff0fad88c6d30917969498064a8cb7 /cross | |
parent | a5fff9a5a45770baced254a6f88b0ab7aa77a6eb (diff) | |
download | pkgsrc-227848bc3a54f556d0957cebc3709cebc32a3586.tar.gz |
Don't define INFO_DIR anymore ... it's an unused variable.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/h8300-hms-binutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cross/h8300-hms-binutils/Makefile b/cross/h8300-hms-binutils/Makefile index 13fc91b546e..3314e46aa58 100644 --- a/cross/h8300-hms-binutils/Makefile +++ b/cross/h8300-hms-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/20 18:15:37 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/03/30 05:00:05 jlam Exp $ DISTNAME= binutils-2.12.1 PKGNAME= cross-h8300-hms-binutils-2.12.1 @@ -22,7 +22,6 @@ CONFIGURE_ARGS+= --target=h8300-hms CONFIGURE_SCRIPT= ${SRCDIR}/configure SRCDIR= ${WRKDIR}/${DISTNAME} BUILD_TARGET= CFLAGS="-O2 -fomit-frame-pointer" all -INFO_DIR= libexec/cross-h8300-hms/binutils INFO_FILES= # PLIST INSTALLATION_DIRS= ${H8300_PREFIX} |