diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-13 19:08:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-13 19:08:47 +0100 |
commit | 1d6e936d172a92d055a39dce5cb6e7e478c8080e (patch) | |
tree | e991341c204ba376ec4d8658d4c15c8e03a8d9eb /package/automake/Makefile | |
parent | 7666d6734558f2b8943c4df2543ee3f25d90c90e (diff) |
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
Diffstat (limited to 'package/automake/Makefile')
-rw-r--r-- | package/automake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |