summaryrefslogtreecommitdiffstats
path: root/rules/ntp.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/ntp.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/ntp.make')
-rw-r--r--rules/ntp.make19
1 files changed, 1 insertions, 18 deletions
diff --git a/rules/ntp.make b/rules/ntp.make
index 2c161185a..97735e605 100644
--- a/rules/ntp.make
+++ b/rules/ntp.make
@@ -32,9 +32,7 @@ NTP_DIR = $(BUILDDIR)/$(NTP)
ntp_get: $(STATEDIR)/ntp.get
-ntp_get_deps = $(NTP_SOURCE)
-
-$(STATEDIR)/ntp.get: $(ntp_get_deps_default)
+$(STATEDIR)/ntp.get: $(NTP_SOURCE)
@$(call targetinfo, $@)
@$(call get_patches, $(NTP))
@$(call touch, $@)
@@ -49,9 +47,6 @@ $(NTP_SOURCE):
ntp_extract: $(STATEDIR)/ntp.extract
-ntp_extract_deps = $(STATEDIR)/ntp.get
-
-$(STATEDIR)/ntp.extract: $(ntp_extract_deps)
@$(call targetinfo, $@)
@$(call clean, $(NTP_DIR))
@$(call extract, $(NTP_SOURCE))
@@ -64,16 +59,8 @@ $(STATEDIR)/ntp.extract: $(ntp_extract_deps)
ntp_prepare: $(STATEDIR)/ntp.prepare
-#
-# dependencies
-#
-ntp_prepare_deps = \
- $(STATEDIR)/ntp.extract \
- $(STATEDIR)/virtual-xchain.install
-
NTP_PATH = PATH=$(CROSS_PATH)
NTP_ENV = $(CROSS_ENV)
-#NTP_ENV +=
#
# autoconf
@@ -327,8 +314,6 @@ $(STATEDIR)/ntp.prepare: $(ntp_prepare_deps_default)
ntp_compile: $(STATEDIR)/ntp.compile
-ntp_compile_deps = $(STATEDIR)/ntp.prepare
-
$(STATEDIR)/ntp.compile: $(ntp_compile_deps_default)
@$(call targetinfo, $@)
@@ -359,8 +344,6 @@ $(STATEDIR)/ntp.install: $(STATEDIR)/ntp.compile
ntp_targetinstall: $(STATEDIR)/ntp.targetinstall
-ntp_targetinstall_deps = $(STATEDIR)/ntp.compile
-
$(STATEDIR)/ntp.targetinstall: $(ntp_targetinstall_deps_default)
@$(call targetinfo, $@)