From 851276f26f529dd82e071e9b8eff7651cb5ef2dc Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 26 Dec 2015 23:07:11 +0000 Subject: Set missing USE_BSD_MAKEFILE. Not sure if this is causing the build failure seen in Joerg's build (or what would be), but it's wrong and should be fixed anyway. --- cross/bfd-crunchide/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cross/bfd-crunchide') diff --git a/cross/bfd-crunchide/Makefile b/cross/bfd-crunchide/Makefile index 66429f5bf4b..5241c077d28 100644 --- a/cross/bfd-crunchide/Makefile +++ b/cross/bfd-crunchide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/10/03 00:10:29 asau Exp $ +# $NetBSD: Makefile,v 1.25 2015/12/26 23:07:11 dholland Exp $ DISTNAME= bfd-crunchide-1.2 CATEGORIES= cross @@ -17,6 +17,7 @@ USE_CROSSBASE= yes CPPFLAGS+= -I${PREFIX}/include MAKE_ENV+= LIBS=${BFD_LIBS:Q} MAKE_ENV+= ${BSD_MAKE_ENV} +USE_BSD_MAKEFILE=yes BFD_LIBS= ${PREFIX}/lib/libbfd.a ${PREFIX}/lib/libiberty.a ${PREFIX}/lib/libintl.a -- cgit v1.2.3