From 7bea46e87d51bbe44f7a5b37970a31b1efd118a0 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 23:55:01 +0000 Subject: Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. --- cross/h8300-hms-binutils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross/h8300-hms-binutils') diff --git a/cross/h8300-hms-binutils/Makefile b/cross/h8300-hms-binutils/Makefile index c16ab021464..7ce46d4680e 100644 --- a/cross/h8300-hms-binutils/Makefile +++ b/cross/h8300-hms-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/05/22 20:07:45 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/12/05 23:55:03 rillig Exp $ DISTNAME= binutils-2.12.1 PKGNAME= cross-h8300-hms-binutils-2.12.1 @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/objdir USE_TOOLS+= gmake USE_MAKEINFO= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${H8300_PREFIX} +CONFIGURE_ARGS+= --prefix=${H8300_PREFIX:Q} CONFIGURE_ARGS+= --infodir=${H8300_PREFIX}/binutils CONFIGURE_ARGS+= --target=h8300-hms CONFIGURE_SCRIPT= ${SRCDIR}/configure -- cgit v1.2.3