diff options
author | obache <obache@pkgsrc.org> | 2014-01-28 11:48:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-28 11:48:34 +0000 |
commit | 29ba255a048af424870cee62ebdcc98e3c0e6243 (patch) | |
tree | 7d31d63a5979d57d8b4c092ca8228cb2052e5ed4 /cross/nios2-binutils | |
parent | 78ad1ce76ff40b6e293255ea0855cefea9175b50 (diff) | |
download | pkgsrc-29ba255a048af424870cee62ebdcc98e3c0e6243.tar.gz |
Use GNU_CONFIGURE_LIBDIR.
Diffstat (limited to 'cross/nios2-binutils')
-rw-r--r-- | cross/nios2-binutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |