From e2a7b312520df2c013c7358a04551388dbee2076 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 6 Feb 2004 01:42:29 +0000 Subject: We should only ever append to DEPENDS, not set it. --- lang/gcc3-c/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/gcc3-c') diff --git a/lang/gcc3-c/Makefile.common b/lang/gcc3-c/Makefile.common index d1c110f6fcf..f528cde47b8 100644 --- a/lang/gcc3-c/Makefile.common +++ b/lang/gcc3-c/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2004/02/01 14:05:47 jlam Exp $ +# $NetBSD: Makefile.common,v 1.10 2004/02/06 01:42:29 jlam Exp $ GCC_VERSION= 3.3.2 DISTNAME= gcc-${GCC_VERSION} @@ -59,7 +59,7 @@ USE_BINUTILS!= ${TEST} ${AS_VERSION} -lt 02130201 && echo YES || echo NO .endif .if defined(USE_BINUTILS) && !empty(USE_BINUTILS:M[yY][eE][sS]) -DEPENDS= binutils>=2.13.2.1:../../devel/binutils +DEPENDS+= binutils>=2.13.2.1:../../devel/binutils CONFIGURE_ARGS+= --with-as=${PREFIX}/${MACHINE_GNU_PLATFORM}/bin/as .endif -- cgit v1.2.3