summaryrefslogtreecommitdiff
path: root/mk/zlib_host.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-09 20:41:00 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-09 20:41:00 +0100
commit4ea0ddb1fb2d95a0acbe10801b77f5294ec0f53c (patch)
tree885870743c493e8aebed7993fde10f3a47075561 /mk/zlib_host.mk
parenta17e95504411d6a279b96932a4160ec5ced37c58 (diff)
downloadembtoolkit-4ea0ddb1fb2d95a0acbe10801b77f5294ec0f53c.tar.gz
embtoolkit-4ea0ddb1fb2d95a0acbe10801b77f5294ec0f53c.tar.bz2
embtoolkit-4ea0ddb1fb2d95a0acbe10801b77f5294ec0f53c.tar.xz
Packages: zlib host: fix install afte recent changes
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/zlib_host.mk')
-rw-r--r--mk/zlib_host.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/mk/zlib_host.mk b/mk/zlib_host.mk
index aeb17eb..ae06e95 100644
--- a/mk/zlib_host.mk
+++ b/mk/zlib_host.mk
@@ -32,8 +32,8 @@ ZLIB_HOST_BUILD_DIR := $(embtk_toolsb)/zlib-$(ZLIB_HOST_VERSION)
ZLIB_HOST_CONFIGURE_ENV := CC=$(HOSTCC_CACHED)
-define emtk_install_zlib_host
- $(call embtk_makeinstall_hostpkg,zlib_host)
+define embtk_install_zlib_host
+ $(call embtk_makeinstall_hostpkg,zlib_host)
endef
define embtk_configure_zlib_host
@@ -43,12 +43,10 @@ define embtk_configure_zlib_host
$(ZLIB_HOST_CONFIGURE_ENV) \
$(CONFIG_SHELL) $(ZLIB_HOST_SRC_DIR)/configure \
--prefix=$(embtk_htools)/usr $(ZLIB_HOST_CONFIGURE_OPTS)
- $(Q)touch $(ZLIB_HOST_BUILD_DIR)/.configured
+ touch $(call __embtk_pkg_dotconfigured_f,zlib_host)
endef
define embtk_beforeinstall_zlib_host
- $(call embtk_download_pkg,zlib_host)
- $(call embtk_decompress_pkg,zlib_host)
$(embtk_configure_zlib_host)
endef