summaryrefslogtreecommitdiffstats
path: root/rules/bing.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/bing.make')
-rw-r--r--rules/bing.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/bing.make b/rules/bing.make
index cd35c1560..e868091ca 100644
--- a/rules/bing.make
+++ b/rules/bing.make
@@ -37,7 +37,7 @@ bing_get_deps = $(BING_SOURCE)
$(STATEDIR)/bing.get: $(bing_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(BING))
- touch $@
+ $(call touch, $@)
$(BING_SOURCE):
@$(call targetinfo, $@)
@@ -56,7 +56,7 @@ $(STATEDIR)/bing.extract: $(bing_extract_deps)
@$(call clean, $(BING_DIR))
@$(call extract, $(BING_SOURCE))
@$(call patchin, $(BING))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -79,7 +79,7 @@ BING_ENV = $(CROSS_ENV)
$(STATEDIR)/bing.prepare: $(bing_prepare_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -92,7 +92,7 @@ bing_compile_deps = $(STATEDIR)/bing.prepare
$(STATEDIR)/bing.compile: $(bing_compile_deps)
@$(call targetinfo, $@)
cd $(BING_DIR) && $(BING_ENV) $(BING_PATH) make bing
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -102,7 +102,7 @@ bing_install: $(STATEDIR)/bing.install
$(STATEDIR)/bing.install: $(STATEDIR)/bing.compile
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -126,7 +126,7 @@ $(STATEDIR)/bing.targetinstall: $(bing_targetinstall_deps)
@$(call install_copy, 0, 0, 0755, $(BING_DIR)/bing, /usr/sbin/bing)
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean