summaryrefslogtreecommitdiffstats
path: root/rules/sqlite.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/sqlite.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/sqlite.make')
-rw-r--r--rules/sqlite.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/sqlite.make b/rules/sqlite.make
index c27b907b8..7ed5c8b68 100644
--- a/rules/sqlite.make
+++ b/rules/sqlite.make
@@ -38,7 +38,7 @@ sqlite_get_deps = $(SQLITE_SOURCE)
$(STATEDIR)/sqlite.get: $(sqlite_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(SQLITE))
- touch $@
+ $(call touch, $@)
$(SQLITE_SOURCE):
@$(call targetinfo, $@)
@@ -58,7 +58,7 @@ $(STATEDIR)/sqlite.extract: $(sqlite_extract_deps)
@$(call extract, $(SQLITE_SOURCE))
mv $(BUILDDIR)/sqlite $(SQLITE_DIR)
@$(call patchin, $(SQLITE))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -114,7 +114,7 @@ $(STATEDIR)/sqlite.prepare: $(sqlite_prepare_deps)
echo 'include $$(TOP)/main.mk' >> $(SQLITE_MK)
echo 'libsqlite: $$(LIBOBJ) libsqlite3.a' >> $(SQLITE_MK)
echo -e '\t$$(TCCX) $(SQLITE_LDFLAGS) $$(LIBOBJ)' >> $(SQLITE_MK)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
@@ -128,7 +128,7 @@ sqlite_compile_deps = $(STATEDIR)/sqlite.prepare
$(STATEDIR)/sqlite.compile: $(sqlite_compile_deps)
@$(call targetinfo, $@)
cd $(SQLITE_DIR) && $(SQLITE_PATH) make -f $(SQLITE_MK) libsqlite
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -146,7 +146,7 @@ $(STATEDIR)/sqlite.install: $(STATEDIR)/sqlite.compile
$(PTXCONF_PREFIX)/$(PTXCONF_GNU_TARGET)/lib
cp $(SQLITE_DIR)/libsqlite3.so \
$(PTXCONF_PREFIX)/$(PTXCONF_GNU_TARGET)/lib
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -171,7 +171,7 @@ $(STATEDIR)/sqlite.targetinstall: $(STATEDIR)/sqlite.install
@$(call install_finish)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean