summaryrefslogtreecommitdiff
path: root/mk/zlib_host.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/zlib_host.mk')
-rw-r--r--mk/zlib_host.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/zlib_host.mk b/mk/zlib_host.mk
index 61d5026..3b43a1b 100644
--- a/mk/zlib_host.mk
+++ b/mk/zlib_host.mk
@@ -43,7 +43,7 @@ define embtk_configure_zlib_host
$(ZLIB_HOST_CONFIGURE_ENV) \
$(CONFIG_EMBTK_SHELL) $(ZLIB_HOST_SRC_DIR)/configure \
--prefix=$(embtk_htools)/usr $(ZLIB_HOST_CONFIGURE_OPTS)
- touch $(call __embtk_pkg_dotconfigured_f,zlib_host)
+ $(call __embtk_setconfigured_pkg,zlib_host)
endef
define embtk_beforeinstall_zlib_host