summaryrefslogtreecommitdiffstats
path: root/rules/realvnc.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/realvnc.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/realvnc.make')
-rw-r--r--rules/realvnc.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/realvnc.make b/rules/realvnc.make
index 61b6152cd..899a7c07c 100644
--- a/rules/realvnc.make
+++ b/rules/realvnc.make
@@ -40,7 +40,7 @@ realvnc_get_deps = $(REALVNC_SOURCE)
$(STATEDIR)/realvnc.get: $(realvnc_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(REALVNC))
- touch $@
+ $(call touch, $@)
$(REALVNC_SOURCE):
@$(call targetinfo, $@)
@@ -59,7 +59,7 @@ $(STATEDIR)/realvnc.extract: $(realvnc_extract_deps)
@$(call clean, $(REALVNC_DIR))
@$(call extract, $(REALVNC_SOURCE))
@$(call patchin, $(REALVNC))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -96,7 +96,7 @@ $(STATEDIR)/realvnc.prepare: $(realvnc_prepare_deps)
cd $(REALVNC_DIR) && \
$(REALVNC_PATH) $(REALVNC_ENV) \
./configure $(REALVNC_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -109,7 +109,7 @@ realvnc_compile_deps = $(STATEDIR)/realvnc.prepare
$(STATEDIR)/realvnc.compile: $(realvnc_compile_deps)
@$(call targetinfo, $@)
cd $(REALVNC_DIR) && $(REALVNC_ENV) $(REALVNC_PATH) make
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -120,7 +120,7 @@ realvnc_install: $(STATEDIR)/realvnc.install
$(STATEDIR)/realvnc.install: $(STATEDIR)/realvnc.compile
@$(call targetinfo, $@)
cd $(REALVNC_DIR) && $(REALVNC_ENV) $(REALVNC_PATH) make install
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -134,7 +134,7 @@ realvnc_targetinstall_deps += $(STATEDIR)/xlibs-xtst.targetinstall
$(STATEDIR)/realvnc.targetinstall: $(realvnc_targetinstall_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean