From 1d6e936d172a92d055a39dce5cb6e7e478c8080e Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Wed, 13 Nov 2013 19:08:47 +0100
Subject: ensure that host-compile is done always before cross-compile,
 otherwise shit happens. not always required by package build, but for now a
 limitation of the buildsystem, which reuses WRKDIR

---
 package/automake/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'package/automake/Makefile')

diff --git a/package/automake/Makefile b/package/automake/Makefile
index 7c12ded6e..acc41cc8a 100644
--- a/package/automake/Makefile
+++ b/package/automake/Makefile
@@ -10,7 +10,7 @@ PKG_EXTRAVER:=		1.12
 PKG_MD5SUM:=		e620cb9e0259159341c0e0d6b712b67a
 PKG_DESCR:=		GNU automake
 PKG_SECTION:=		lang
-PKG_BUILDDEP:=		autoconf-host
+PKG_BUILDDEP:=		autoconf-host automake-host
 PKG_URL:=		http://www.gnu.org/software/automake/
 PKG_SITES:=		${MASTER_SITE_GNU:=${PKG_NAME}/}
 PKG_OPTS:=		noscripts
-- 
cgit v1.2.3