summaryrefslogtreecommitdiffstats
path: root/rules/librn.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/librn.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/librn.make')
-rw-r--r--rules/librn.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/librn.make b/rules/librn.make
index 20233c1f5..92198b5e7 100644
--- a/rules/librn.make
+++ b/rules/librn.make
@@ -38,7 +38,7 @@ librn_get_deps = $(LIBRN_SOURCE)
$(STATEDIR)/librn.get: $(librn_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(LIBRN))
- touch $@
+ $(call touch, $@)
$(LIBRN_SOURCE):
@$(call targetinfo, $@)
@@ -57,7 +57,7 @@ $(STATEDIR)/librn.extract: $(librn_extract_deps)
@$(call clean, $(LIBRN_DIR))
@$(call extract, $(LIBRN_SOURCE))
@$(call patchin, $(LIBRN))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -96,7 +96,7 @@ $(STATEDIR)/librn.prepare: $(librn_prepare_deps)
cd $(LIBRN_DIR) && \
$(LIBRN_PATH) $(LIBRN_ENV) \
./configure $(LIBRN_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -109,7 +109,7 @@ librn_compile_deps = $(STATEDIR)/librn.prepare
$(STATEDIR)/librn.compile: $(librn_compile_deps)
@$(call targetinfo, $@)
cd $(LIBRN_DIR) && $(LIBRN_ENV) $(LIBRN_PATH) make
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -120,7 +120,7 @@ librn_install: $(STATEDIR)/librn.install
$(STATEDIR)/librn.install: $(STATEDIR)/librn.compile
@$(call targetinfo, $@)
cd $(LIBRN_DIR) && $(LIBRN_ENV) $(LIBRN_PATH) make install
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -148,7 +148,7 @@ $(STATEDIR)/librn.targetinstall: $(librn_targetinstall_deps)
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean