summaryrefslogtreecommitdiffstats
path: root/rules/host-termcap.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-termcap.make')
-rw-r--r--rules/host-termcap.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/host-termcap.make b/rules/host-termcap.make
index d3907ccf3..00f482b2e 100644
--- a/rules/host-termcap.make
+++ b/rules/host-termcap.make
@@ -34,7 +34,7 @@ host-termcap_get_deps = $(TERMCAP_SOURCE)
$(STATEDIR)/host-termcap.get: $(host-termcap_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(HOST_TERMCAP))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Extract
@@ -49,7 +49,7 @@ $(STATEDIR)/host-termcap.extract: $(host-termcap_extract_deps)
@$(call clean, $(HOST_TERMCAP_DIR))
@$(call extract, $(TERMCAP_SOURCE), $(HOST_BUILDDIR))
@$(call patchin, $(HOST_TERMCAP), $(HOST_TERMCAP_DIR))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -79,7 +79,7 @@ $(STATEDIR)/host-termcap.prepare: $(host-termcap_prepare_deps)
cd $(HOST_TERMCAP_DIR) && \
$(HOST_TERMCAP_PATH) $(HOST_TERMCAP_ENV) \
./configure $(HOST_TERMCAP_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -92,7 +92,7 @@ host-termcap_compile_deps = $(STATEDIR)/host-termcap.prepare
$(STATEDIR)/host-termcap.compile: $(host-termcap_compile_deps)
@$(call targetinfo, $@)
cd $(HOST_TERMCAP_DIR) && $(HOST_TERMCAP_ENV) $(HOST_TERMCAP_PATH) make
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -105,7 +105,7 @@ host-termcap_install_deps = $(STATEDIR)/host-termcap.compile
$(STATEDIR)/host-termcap.install: $(host-termcap_install_deps)
@$(call targetinfo, $@)
cd $(HOST_TERMCAP_DIR) && $(HOST_TERMCAP_ENV) $(HOST_TERMCAP_PATH) make install
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean