summaryrefslogtreecommitdiffstats
path: root/rules/tslib.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 11:14:01 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 11:14:01 +0000
commitcd3569ce0458e048486cc39a01025843fe92e93f (patch)
tree14e35aaa6baf5558c8308c3bb2d548fa9eac9dc2 /rules/tslib.make
parent3324c1b65ba5df4c1a0524dfa5248fc5581f9a28 (diff)
downloadptxdist-cd3569ce0458e048486cc39a01025843fe92e93f.tar.gz
ptxdist-cd3569ce0458e048486cc39a01025843fe92e93f.tar.xz
documentation update and dependency fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4236 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/tslib.make')
-rw-r--r--rules/tslib.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/tslib.make b/rules/tslib.make
index ab48cce52..da83235d1 100644
--- a/rules/tslib.make
+++ b/rules/tslib.make
@@ -32,7 +32,7 @@ TSLIB_DIR = $(BUILDDIR)/$(TSLIB)
tslib_get: $(STATEDIR)/tslib.get
-$(STATEDIR)/tslib.get: $(TSLIB_SOURCE)
+$(STATEDIR)/tslib.get: $(tslib_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(TSLIB))
@$(call touch, $@)
@@ -47,7 +47,7 @@ $(TSLIB_SOURCE):
tslib_extract: $(STATEDIR)/tslib.extract
-$(STATEDIR)/tslib.extract: $(tslib_extract_deps)
+$(STATEDIR)/tslib.extract: $(tslib_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(TSLIB_DIR))
@$(call extract, $(TSLIB_SOURCE))
@@ -93,7 +93,7 @@ $(STATEDIR)/tslib.compile: $(tslib_compile_deps_default)
tslib_install: $(STATEDIR)/tslib.install
-$(STATEDIR)/tslib.install: $(STATEDIR)/tslib.compile
+$(STATEDIR)/tslib.install: $(tslib_install_deps_default)
@$(call targetinfo, $@)
@$(call install, TSLIB)
@$(call touch, $@)