summaryrefslogtreecommitdiffstats
path: root/rules/gnuplot.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/gnuplot.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/gnuplot.make')
-rw-r--r--rules/gnuplot.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/gnuplot.make b/rules/gnuplot.make
index 5e8d73574..916dbad70 100644
--- a/rules/gnuplot.make
+++ b/rules/gnuplot.make
@@ -37,7 +37,7 @@ gnuplot_get_deps = $(GNUPLOT_SOURCE)
$(STATEDIR)/gnuplot.get: $(gnuplot_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(GNUPLOT))
- touch $@
+ $(call touch, $@)
$(GNUPLOT_SOURCE):
@$(call targetinfo, $@)
@@ -56,7 +56,7 @@ $(STATEDIR)/gnuplot.extract: $(gnuplot_extract_deps)
@$(call clean, $(GNUPLOT_DIR))
@$(call extract, $(GNUPLOT_SOURCE))
@$(call patchin, $(GNUPLOT))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -148,7 +148,7 @@ $(STATEDIR)/gnuplot.prepare: $(gnuplot_prepare_deps)
cd $(GNUPLOT_DIR) && \
$(GNUPLOT_PATH) $(GNUPLOT_ENV) \
./configure $(GNUPLOT_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -169,7 +169,7 @@ $(STATEDIR)/gnuplot.compile: $(gnuplot_compile_deps)
# We only make the binary, as IT tries to start target stuff on the host
# otherwhise
cd $(GNUPLOT_DIR)/src && $(GNUPLOT_ENV) $(GNUPLOT_PATH) make gnuplot
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -179,7 +179,7 @@ gnuplot_install: $(STATEDIR)/gnuplot.install
$(STATEDIR)/gnuplot.install: $(STATEDIR)/gnuplot.compile
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -208,7 +208,7 @@ $(STATEDIR)/gnuplot.targetinstall: $(gnuplot_targetinstall_deps)
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean