summaryrefslogtreecommitdiffstats
path: root/rules/freetype.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/freetype.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/freetype.make')
-rw-r--r--rules/freetype.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/freetype.make b/rules/freetype.make
index a6a42b043..aefd84a1f 100644
--- a/rules/freetype.make
+++ b/rules/freetype.make
@@ -37,7 +37,7 @@ freetype_get_deps = $(FREETYPE_SOURCE)
$(STATEDIR)/freetype.get: $(freetype_get_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
$(FREETYPE_SOURCE):
@$(call targetinfo, $@)
@@ -55,7 +55,7 @@ $(STATEDIR)/freetype.extract: $(freetype_extract_deps)
@$(call targetinfo, $@)
@$(call clean, $(FREETYPE_DIR))
@$(call extract, $(FREETYPE_SOURCE))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -91,7 +91,7 @@ $(STATEDIR)/freetype.prepare: $(freetype_prepare_deps)
cd $(FREETYPE_DIR) && \
$(FREETYPE_PATH) $(FREETYPE_ENV) \
./configure $(FREETYPE_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -105,7 +105,7 @@ $(STATEDIR)/freetype.compile: $(freetype_compile_deps)
@$(call targetinfo, $@)
cd $(FREETYPE_DIR) $(FREETYPE_PATH) make
chmod a+x $(FREETYPE_DIR)/builds/unix/freetype-config
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -116,7 +116,7 @@ freetype_install: $(STATEDIR)/freetype.install
$(STATEDIR)/freetype.install: $(STATEDIR)/freetype.compile
@$(call targetinfo, $@)
cd $(FREETYPE_DIR) && $(FREETYPE_PATH) make install
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -148,7 +148,7 @@ $(STATEDIR)/freetype.targetinstall: $(freetype_targetinstall_deps)
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean