diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-10 16:42:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-10 16:42:11 +0100 |
commit | 2e7d502c6344dcc949d64a7c9d689ff90e3bbb10 (patch) | |
tree | e1630ced2ef1e91b0ceb60e2c977084987c7981f /mk | |
parent | a7df43ea27675ee1b2a9137eb6a541f394f724b9 (diff) |
use cmake-host
Diffstat (limited to 'mk')
-rw-r--r-- | mk/host-bottom.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk index 441eefb3e..e1c3b0772 100644 --- a/mk/host-bottom.mk +++ b/mk/host-bottom.mk @@ -56,6 +56,7 @@ else ${HOST_CONFIGURE_ARGS} $(MAKE_TRACE) endif endif + ${MAKE} host-configure $(MAKE_TRACE) touch $@ host-build: |