From 89587de57a4467c7178521981cb866e4679a32dc Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Thu, 12 Jan 2006 17:17:27 +0000 Subject: fixup dependencies git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3864 33e552b5-05e3-0310-8538-816dae2090ed --- rules/tslib.make | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rules/tslib.make') diff --git a/rules/tslib.make b/rules/tslib.make index d8398c4af..5d81ae122 100644 --- a/rules/tslib.make +++ b/rules/tslib.make @@ -34,7 +34,7 @@ tslib_get: $(STATEDIR)/tslib.get tslib_get_deps = $(TSLIB_SOURCE) -$(STATEDIR)/tslib.get: $(tslib_get_deps) +$(STATEDIR)/tslib.get: $(tslib_get_deps_default) @$(call targetinfo, $@) @$(call get_patches, $(TSLIB)) @$(call touch, $@) @@ -83,7 +83,7 @@ TSLIB_AUTOCONF = $(CROSS_AUTOCONF_USR) TSLIB_AUTOCONF += --prefix=/ TSLIB_AUTOCONF += --sysconfdir=/etc -$(STATEDIR)/tslib.prepare: $(tslib_prepare_deps) +$(STATEDIR)/tslib.prepare: $(tslib_prepare_deps_default) @$(call targetinfo, $@) @$(call clean, $(TSLIB_DIR)/config.cache) cd $(TSLIB_DIR) && \ @@ -99,7 +99,7 @@ tslib_compile: $(STATEDIR)/tslib.compile tslib_compile_deps = $(STATEDIR)/tslib.prepare -$(STATEDIR)/tslib.compile: $(tslib_compile_deps) +$(STATEDIR)/tslib.compile: $(tslib_compile_deps_default) @$(call targetinfo, $@) cd $(TSLIB_DIR) && $(TSLIB_ENV) $(TSLIB_PATH) make @$(call touch, $@) @@ -123,7 +123,7 @@ tslib_targetinstall: $(STATEDIR)/tslib.targetinstall tslib_targetinstall_deps = $(STATEDIR)/tslib.compile -$(STATEDIR)/tslib.targetinstall: $(tslib_targetinstall_deps) +$(STATEDIR)/tslib.targetinstall: $(tslib_targetinstall_deps_default) @$(call targetinfo, $@) @$(call install_init,default) -- cgit v1.2.3