summaryrefslogtreecommitdiff
path: root/cross/bfd-mdsetimage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cross/bfd-mdsetimage/Makefile')
-rw-r--r--cross/bfd-mdsetimage/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cross/bfd-mdsetimage/Makefile b/cross/bfd-mdsetimage/Makefile
index 357ef4b48d2..017690b7379 100644
--- a/cross/bfd-mdsetimage/Makefile
+++ b/cross/bfd-mdsetimage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/04/05 11:06:40 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2005/12/05 20:49:56 rillig Exp $
DISTNAME= bfd-mdsetimage-1.15.1
CATEGORIES= cross
@@ -16,8 +16,8 @@ NO_CONFIGURE= yes
USE_CROSSBASE= yes
BFD_VERSION= 2.9.1
CPPFLAGS+= -I${PREFIX}/include
-MAKE_ENV+= BFD_VERSION=${BFD_VERSION} \
- LIBS="${BFD_LIBS}"
+MAKE_ENV+= BFD_VERSION=${BFD_VERSION:Q} \
+ LIBS=${BFD_LIBS:Q}
FIX_RPATH+= BFD_LIBS
BFD_LIBS= -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lbfd -liberty -lintl