summaryrefslogtreecommitdiff
path: root/mk/bmake.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-01-07 21:01:44 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-01-07 21:01:44 +0100
commit9955ac620069f4a6144dc77a818919564cb9a3d5 (patch)
treebc41fac07b461365b4ee6afa1861833aa2d51441 /mk/bmake.mk
parent616d963043ef928dc12423302b1c7454a43642cd (diff)
downloadembtoolkit-9955ac620069f4a6144dc77a818919564cb9a3d5.tar.gz
embtoolkit-9955ac620069f4a6144dc77a818919564cb9a3d5.tar.bz2
embtoolkit-9955ac620069f4a6144dc77a818919564cb9a3d5.tar.xz
Build system: create macros to access various internal .dotfile and use of them
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/bmake.mk')
-rw-r--r--mk/bmake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/bmake.mk b/mk/bmake.mk
index 3781ae2..6a370ea 100644
--- a/mk/bmake.mk
+++ b/mk/bmake.mk
@@ -37,7 +37,7 @@ define __embtk_install_bmake
cd $(BMAKE_BUILD_DIR) && MAKEFLAGS="" \
$(BMAKE_SRC_DIR)/boot-strap \
--prefix=$(embtk_htools)/usr --install
- touch $(call __embtk_pkg_dotinstalled_f,bmake)
+ $(call __embtk_setinstalled_pkg,bmake)
$(call __embtk_pkg_gen_dotkconfig_f,bmake)
endef