summaryrefslogtreecommitdiff
path: root/lang/gcc3-c
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-06 19:04:24 +0000
committerjlam <jlam@pkgsrc.org>2004-02-06 19:04:24 +0000
commit3801df0a7f3b07f43fbafe68e4aeecb464132973 (patch)
tree9e1ed235761e43178980383a9260a8ca70040dfb /lang/gcc3-c
parentafadf00def68756dd00a4107516c54ea47d99d80 (diff)
downloadpkgsrc-3801df0a7f3b07f43fbafe68e4aeecb464132973.tar.gz
If we're passing through MAKEFLAGS variables whose values may contain
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
Diffstat (limited to 'lang/gcc3-c')
-rw-r--r--lang/gcc3-c/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc3-c/Makefile.common b/lang/gcc3-c/Makefile.common
index b50dc5361cf..189c7e8156a 100644
--- a/lang/gcc3-c/Makefile.common
+++ b/lang/gcc3-c/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2004/02/06 02:49:54 jlam Exp $
+# $NetBSD: Makefile.common,v 1.12 2004/02/06 19:04:25 jlam Exp $
GCC_VERSION= 3.3.2
DISTNAME= gcc-${GCC_VERSION}
@@ -69,7 +69,7 @@ AS_VERSION!= ${AS} --version | ${AWK} '{ \
}'
USE_BINUTILS!= ${TEST} ${AS_VERSION} -lt 02130201 && ${ECHO} YES || ${ECHO} NO
. endif
-MAKEFLAGS+= USE_BINUTILS="${USE_BINUTILS}"
+MAKEFLAGS+= USE_BINUTILS=${USE_BINUTILS}
. endif
.endif