summaryrefslogtreecommitdiff
path: root/devel/avr-binutils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/avr-binutils/Makefile')
-rw-r--r--devel/avr-binutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile
index 9a8bf053fd6f..3adb18c30a74 100644
--- a/devel/avr-binutils/Makefile
+++ b/devel/avr-binutils/Makefile
@@ -23,8 +23,8 @@ USE_GMAKE= yes
USE_GETTEXT= build
CONFIGURE_ARGS= --target=avr
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+LDFLAGS+= -L${LOCALBASE}/lib
+CFLAGS+= -I${LOCALBASE}/include
.if (${MACHINE_ARCH} == "amd64")
MACHINE_ARCH= x86_64
.endif