summaryrefslogtreecommitdiffstats
path: root/rules/ppp.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 10:22:24 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 10:22:24 +0000
commite531123b7aa2c4f1faf7834de832886655df1f26 (patch)
tree211b1d6801e0f4ef8b473d10cc71d5ad925d4c71 /rules/ppp.make
parent31699c28a7dd1cc9a11132a9eadae1a9dcdc531c (diff)
downloadptxdist-e531123b7aa2c4f1faf7834de832886655df1f26.tar.gz
ptxdist-e531123b7aa2c4f1faf7834de832886655df1f26.tar.xz
documentation update and dependency fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4201 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ppp.make')
-rw-r--r--rules/ppp.make8
1 files changed, 3 insertions, 5 deletions
diff --git a/rules/ppp.make b/rules/ppp.make
index db7910e03..c7833a2a3 100644
--- a/rules/ppp.make
+++ b/rules/ppp.make
@@ -31,7 +31,7 @@ PPP_DIR = $(BUILDDIR)/$(PPP)
ppp_get: $(STATEDIR)/ppp.get
-$(STATEDIR)/ppp.get: $(PPP_SOURCE)
+$(STATEDIR)/ppp.get: $(ppp_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(PPP))
@$(call touch, $@)
@@ -46,7 +46,7 @@ $(PPP_SOURCE):
ppp_extract: $(STATEDIR)/ppp.extract
-$(STATEDIR)/ppp.extract: $(STATEDIR)/ppp.get
+$(STATEDIR)/ppp.extract: $(ppp_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(PPP_DIR))
@$(call extract, $(PPP_SOURCE))
@@ -62,9 +62,7 @@ ppp_prepare: $(STATEDIR)/ppp.prepare
PPP_PATH = PATH=$(CROSS_PATH)
PPP_MAKEVARS = CROSS=$(CROSS_ENV)
-$(STATEDIR)/ppp.prepare: \
- $(STATEDIR)/virtual-xchain.install \
- $(STATEDIR)/ppp.extract
+$(STATEDIR)/ppp.prepare: $(ppp_prepare_deps_default)
@$(call targetinfo, $@)
cd $(PPP_DIR) && \
./configure