diff options
author | jlam <jlam> | 2006-03-30 05:00:05 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-30 05:00:05 +0000 |
commit | 8e645666980d845a9416bb39165548d38ad3caaf (patch) | |
tree | e917f1ef07ff0fad88c6d30917969498064a8cb7 /cross | |
parent | 77c34ade9332887142caf91ed846d79c78f5ffe8 (diff) | |
download | pkgsrc-8e645666980d845a9416bb39165548d38ad3caaf.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} |