From a49115b4939f6afdaba47613ec58faac4de2ded8 Mon Sep 17 00:00:00 2001 From: obache Date: Tue, 28 Jan 2014 11:48:34 +0000 Subject: Use GNU_CONFIGURE_LIBDIR. --- cross/nios2-binutils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross/nios2-binutils') diff --git a/cross/nios2-binutils/Makefile b/cross/nios2-binutils/Makefile index 7b3d544da2a..399c4ffd93b 100644 --- a/cross/nios2-binutils/Makefile +++ b/cross/nios2-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/12/08 22:29:05 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2014/01/28 11:48:34 obache Exp $ .include "../../cross/nios2/Makefile.common" PKGNAME= nios2-binutils-${PKG_VERSION} PKG_VERSION= 2.23 @@ -19,7 +19,7 @@ BUILD_DEFS+= ${NIOS_INFO_DIR} CONFIGURE_ARGS+= --disable-nls # install libiberty by architecture -CONFIGURE_ARGS+= --libdir=${PREFIX}/${NIOS2_TARGET}/lib +GNU_CONFIGURE_LIBDIR= ${PREFIX}/${NIOS2_TARGET}/lib .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) -- cgit v1.2.3