summaryrefslogtreecommitdiffstats
path: root/rules/chrony.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-07-14 06:43:15 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-07-14 06:43:15 +0000
commit259821559799b3e1269a4ece5493f28231cb50b8 (patch)
tree2df918958d5914dd44a8ae2f1ea7e7b2c5030c9f /rules/chrony.make
parent6b08311ca61917d6514f853dd73a50784afe7597 (diff)
downloadptxdist-259821559799b3e1269a4ece5493f28231cb50b8.tar.gz
ptxdist-259821559799b3e1269a4ece5493f28231cb50b8.tar.xz
fix dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2941 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/chrony.make')
-rw-r--r--rules/chrony.make11
1 files changed, 6 insertions, 5 deletions
diff --git a/rules/chrony.make b/rules/chrony.make
index 4b9321c05..a1098f381 100644
--- a/rules/chrony.make
+++ b/rules/chrony.make
@@ -66,9 +66,9 @@ chrony_prepare: $(STATEDIR)/chrony.prepare
#
# dependencies
#
-chrony_prepare_deps = \
- $(STATEDIR)/chrony.extract \
- $(STATEDIR)/virtual-xchain.install
+chrony_prepare_deps = $(STATEDIR)/chrony.extract
+chrony_prepare_deps += $(STATEDIR)/virtual-xchain.install
+chrony_prepare_deps += $(STATEDIR)/readline.install
CHRONY_PATH = PATH=$(CROSS_PATH)
CHRONY_ENV = $(CROSS_ENV)
@@ -87,7 +87,7 @@ $(STATEDIR)/chrony.prepare: $(chrony_prepare_deps)
@$(call clean, $(CHRONY_DIR)/config.cache)
cd $(CHRONY_DIR) && \
$(CHRONY_PATH) $(CHRONY_ENV) \
- ./configure $(CHRONY_AUTOCONF)
+ sh configure $(CHRONY_AUTOCONF)
touch $@
# ----------------------------------------------------------------------------
@@ -120,7 +120,8 @@ $(STATEDIR)/chrony.install: $(STATEDIR)/chrony.compile
chrony_targetinstall: $(STATEDIR)/chrony.targetinstall
-chrony_targetinstall_deps = $(STATEDIR)/chrony.compile
+chrony_targetinstall_deps = $(STATEDIR)/chrony.compile
+chrony_targetinstall_deps += $(STATEDIR)/readline.targetinstall
$(STATEDIR)/chrony.targetinstall: $(chrony_targetinstall_deps)
@$(call targetinfo, $@)