summaryrefslogtreecommitdiffstats
path: root/rules/lsh.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-09-28 15:01:53 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-09-28 15:01:53 +0000
commit4cde7ab3c1d8076d17cc2389cd4bc6ea984b6706 (patch)
tree7a457568df9abc80bf83063d24896ee48dd91eee /rules/lsh.make
parent654e7acff28f9c3d6ebecdc5b5fe77dc9e109da0 (diff)
downloadptxdist-4cde7ab3c1d8076d17cc2389cd4bc6ea984b6706.tar.gz
ptxdist-4cde7ab3c1d8076d17cc2389cd4bc6ea984b6706.tar.xz
merge: backports from 0.9
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3172 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/lsh.make')
-rw-r--r--rules/lsh.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/lsh.make b/rules/lsh.make
index c20788d56..2299eaf48 100644
--- a/rules/lsh.make
+++ b/rules/lsh.make
@@ -38,11 +38,11 @@ lsh_get_deps = \
$(STATEDIR)/lsh.get: $(lsh_get_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
$(STATEDIR)/lsh-patches.get:
@$(call get_patches, $(LSH))
- touch $@
+ $(call touch, $@)
$(LSH_SOURCE):
@$(call targetinfo, $@)
@@ -61,7 +61,7 @@ $(STATEDIR)/lsh.extract: $(lsh_extract_deps)
@$(call clean, $(LSH_DIR))
@$(call extract, $(LSH_SOURCE))
@$(call patchin, $(LSH))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -105,7 +105,7 @@ $(STATEDIR)/lsh.prepare: $(lsh_prepare_deps)
cd $(LSH_DIR) && \
$(LSH_PATH) $(LSH_ENV) \
$(LSH_DIR)/configure $(LSH_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -118,7 +118,7 @@ lsh_compile_deps = $(STATEDIR)/lsh.prepare
$(STATEDIR)/lsh.compile: $(lsh_compile_deps)
@$(call targetinfo, $@)
$(LSH_PATH) make -C $(LSH_DIR)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -128,7 +128,7 @@ lsh_install: $(STATEDIR)/lsh.install
$(STATEDIR)/lsh.install: $(STATEDIR)/lsh.compile
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -177,7 +177,7 @@ ifdef PTXCONF_LSH_KEYGEN
@$(call install_copy, 0, 0, 0755, $(LSH_DIR)/src/lsh-keygen, /sbin/lsh-keygen)
endif
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean