summaryrefslogtreecommitdiffstats
path: root/rules/libIDL068.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/libIDL068.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/libIDL068.make')
-rw-r--r--rules/libIDL068.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/libIDL068.make b/rules/libIDL068.make
index a18dd7bde..ebc8e0129 100644
--- a/rules/libIDL068.make
+++ b/rules/libIDL068.make
@@ -39,7 +39,7 @@ libidl068_get_deps = $(LIBIDL068_SOURCE)
$(STATEDIR)/libidl068.get: $(libidl068_get_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
$(LIBIDL068_SOURCE):
@$(call targetinfo, $@)
@@ -58,7 +58,7 @@ $(STATEDIR)/libidl068.extract: $(libidl068_extract_deps)
@$(call clean, $(LIBIDL068_DIR))
@$(call extract, $(LIBIDL068_SOURCE))
@$(call patchin, $(LIBIDL068))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -94,7 +94,7 @@ $(STATEDIR)/libidl068.prepare: $(libidl068_prepare_deps)
cd $(LIBIDL068_DIR) && \
$(LIBIDL068_PATH) $(LIBIDL068_ENV) \
./configure $(LIBIDL068_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -109,7 +109,7 @@ $(STATEDIR)/libidl068.compile: $(libidl068_compile_deps)
$(LIBIDL068_PATH) $(LIBIDL068_ENV) make -C $(LIBIDL068_DIR)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -122,7 +122,7 @@ $(STATEDIR)/libidl068.install: $(STATEDIR)/libidl068.compile
$(LIBIDL068_PATH) $(LIBIDL068_ENV) make -C $(LIBIDL068_DIR) install
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -134,7 +134,7 @@ libidl068_targetinstall_deps = $(STATEDIR)/libidl068.compile
$(STATEDIR)/libidl068.targetinstall: $(libidl068_targetinstall_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean