summaryrefslogtreecommitdiffstats
path: root/rules/ssmtp.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/ssmtp.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/ssmtp.make')
-rw-r--r--rules/ssmtp.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/ssmtp.make b/rules/ssmtp.make
index c589ac0fd..f3a21b42b 100644
--- a/rules/ssmtp.make
+++ b/rules/ssmtp.make
@@ -44,7 +44,7 @@ ssmtp_get_deps = $(SSMTP_SOURCE) $(SSMTP_PATCH_SOURCE)
$(STATEDIR)/ssmtp.get: $(ssmtp_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(SSMTP))
- touch $@
+ $(call touch, $@)
$(SSMTP_SOURCE):
@$(call targetinfo, $@)
@@ -68,7 +68,7 @@ $(STATEDIR)/ssmtp.extract: $(ssmtp_extract_deps)
@$(call extract, $(SSMTP_SOURCE))
cd $(SSMTP_DIR) && zcat $(SSMTP_PATCH_SOURCE) | patch -p1
@$(call patchin, $(SSMTP))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -114,7 +114,7 @@ $(STATEDIR)/ssmtp.prepare: $(ssmtp_prepare_deps)
cd $(SSMTP_DIR) && \
$(SSMTP_PATH) $(SSMTP_ENV) \
./configure $(SSMTP_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -127,7 +127,7 @@ ssmtp_compile_deps = $(STATEDIR)/ssmtp.prepare
$(STATEDIR)/ssmtp.compile: $(ssmtp_compile_deps)
@$(call targetinfo, $@)
cd $(SSMTP_DIR) && $(SSMTP_ENV) $(SSMTP_PATH) make
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -138,7 +138,7 @@ ssmtp_install: $(STATEDIR)/ssmtp.install
$(STATEDIR)/ssmtp.install: $(STATEDIR)/ssmtp.compile
@$(call targetinfo, $@)
# cd $(SSMTP_DIR) && $(SSMTP_ENV) $(SSMTP_PATH) make install
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -164,7 +164,7 @@ $(STATEDIR)/ssmtp.targetinstall: $(ssmtp_targetinstall_deps)
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean