diff options
author | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
commit | 3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /cross | |
parent | b235a79d8801c0bedb11aebddf494c6cd5c60968 (diff) | |
download | pkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/h8300-hms-binutils/Makefile | 4 | ||||
-rw-r--r-- | cross/h8300-hms-gcc/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
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 diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile index ac9655f5ca1..24eb72a0b2e 100644 --- a/cross/h8300-hms-gcc/Makefile +++ b/cross/h8300-hms-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/05/22 20:07:45 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/12/05 23:55:04 rillig Exp $ DISTNAME= gcc-core-3.1 PKGNAME= cross-h8300-hms-gcc-3.1 @@ -22,7 +22,7 @@ H8300_PREFIX= ${LOCALBASE}/libexec/cross-h8300-hms WRKSRC= ${WRKDIR}/objdir USE_TOOLS+= gmake HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${H8300_PREFIX} +CONFIGURE_ARGS+= --prefix=${H8300_PREFIX:Q} CONFIGURE_ARGS+= --infodir=${H8300_PREFIX}/gcc CONFIGURE_ARGS+= --target=h8300-hms CONFIGURE_ARGS+= --enable-languages=c |