summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 20:18:48 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 20:18:48 +0000
commitf16fcce2da2b8fdcb3fa0babe90c6f713d57985a (patch)
tree3a8e3ae9f84fd091fc250ae57bac99b19a63e012 /rules/thttpd.make
parentb950e21a84698ed4ec1c6d31457f8c38541e262c (diff)
downloadptxdist-f16fcce2da2b8fdcb3fa0babe90c6f713d57985a.tar.gz
ptxdist-f16fcce2da2b8fdcb3fa0babe90c6f713d57985a.tar.xz
fixup dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3876 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/thttpd.make')
-rw-r--r--rules/thttpd.make18
1 files changed, 1 insertions, 17 deletions
diff --git a/rules/thttpd.make b/rules/thttpd.make
index 7069a4c82..608bd4dac 100644
--- a/rules/thttpd.make
+++ b/rules/thttpd.make
@@ -32,9 +32,7 @@ THTTPD_DIR = $(BUILDDIR)/$(THTTPD)
thttpd_get: $(STATEDIR)/thttpd.get
-thttpd_get_deps = $(THTTPD_SOURCE)
-
-$(STATEDIR)/thttpd.get: $(thttpd_get_deps_default)
+$(STATEDIR)/thttpd.get: $(THTTPD_SOURCE)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -48,8 +46,6 @@ $(THTTPD_SOURCE):
thttpd_extract: $(STATEDIR)/thttpd.extract
-thttpd_extract_deps = $(STATEDIR)/thttpd.get
-
$(STATEDIR)/thttpd.extract: $(thttpd_extract_deps)
@$(call targetinfo, $@)
@$(call clean, $(THTTPD_DIR))
@@ -63,16 +59,8 @@ $(STATEDIR)/thttpd.extract: $(thttpd_extract_deps)
thttpd_prepare: $(STATEDIR)/thttpd.prepare
-#
-# dependencies
-#
-thttpd_prepare_deps = \
- $(STATEDIR)/thttpd.extract \
- $(STATEDIR)/virtual-xchain.install
-
THTTPD_PATH = PATH=$(CROSS_PATH)
THTTPD_ENV = $(CROSS_ENV)
-#THTTPD_ENV +=
#
# autoconf
@@ -93,8 +81,6 @@ $(STATEDIR)/thttpd.prepare: $(thttpd_prepare_deps_default)
thttpd_compile: $(STATEDIR)/thttpd.compile
-thttpd_compile_deps = $(STATEDIR)/thttpd.prepare
-
$(STATEDIR)/thttpd.compile: $(thttpd_compile_deps_default)
@$(call targetinfo, $@)
$(THTTPD_PATH) make -C $(THTTPD_DIR)
@@ -117,8 +103,6 @@ $(STATEDIR)/thttpd.install: $(STATEDIR)/thttpd.compile
thttpd_targetinstall: $(STATEDIR)/thttpd.targetinstall
-thttpd_targetinstall_deps = $(STATEDIR)/thttpd.compile
-
$(STATEDIR)/thttpd.targetinstall: $(thttpd_targetinstall_deps_default)
@$(call targetinfo, $@)