summaryrefslogtreecommitdiffstats
path: root/rules/lrzsz.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/lrzsz.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/lrzsz.make')
-rw-r--r--rules/lrzsz.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/lrzsz.make b/rules/lrzsz.make
index 76c432b29..b098cf22b 100644
--- a/rules/lrzsz.make
+++ b/rules/lrzsz.make
@@ -39,7 +39,7 @@ lrzsz_get_deps = $(LSZRZ_SOURCE)
$(STATEDIR)/lrzsz.get: $(lrzsz_get_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
$(LSZRZ_SOURCE):
@$(call targetinfo, $@)
@@ -58,7 +58,7 @@ $(STATEDIR)/lrzsz.extract: $(lrzsz_extract_deps)
@$(call clean, $(LSZRZ_DIR))
@$(call extract, $(LSZRZ_SOURCE))
@$(call patchin, $(LSZRZ))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -88,7 +88,7 @@ $(STATEDIR)/lrzsz.prepare: $(lrzsz_prepare_deps)
cd $(LSZRZ_DIR) && \
$(LSZRZ_PATH) $(LSZRZ_ENV) \
./configure $(LSZRZ_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -101,7 +101,7 @@ lrzsz_compile_deps = $(STATEDIR)/lrzsz.prepare
$(STATEDIR)/lrzsz.compile: $(lrzsz_compile_deps)
@$(call targetinfo, $@)
cd $(LSZRZ_DIR) && $(LSZRZ_PATH) make
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -111,7 +111,7 @@ lrzsz_install: $(STATEDIR)/lrzsz.install
$(STATEDIR)/lrzsz.install: $(STATEDIR)/lrzsz.compile
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -123,7 +123,7 @@ lrzsz_targetinstall_deps = $(STATEDIR)/lrzsz.compile
$(STATEDIR)/lrzsz.targetinstall: $(lrzsz_targetinstall_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean