summaryrefslogtreecommitdiffstats
path: root/rules/liblist.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 18:02:02 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 18:02:02 +0000
commit0ce39be3f7251c687e4bf793e3310b78de67f5a3 (patch)
tree4f0c9a0bce1ef2b4814bace2ff04917cc59aaf96 /rules/liblist.make
parent6724e17934b9ef9a3cb23bf8b61d00f5b9c72db7 (diff)
downloadptxdist-0ce39be3f7251c687e4bf793e3310b78de67f5a3.tar.gz
ptxdist-0ce39be3f7251c687e4bf793e3310b78de67f5a3.tar.xz
fixed dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4016 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/liblist.make')
-rw-r--r--rules/liblist.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/liblist.make b/rules/liblist.make
index 354797342..7b814cfdc 100644
--- a/rules/liblist.make
+++ b/rules/liblist.make
@@ -32,7 +32,7 @@ LIBLIST_DIR = $(BUILDDIR)/$(LIBLIST)
liblist_get: $(STATEDIR)/liblist.get
-$(STATEDIR)/liblist.get: $(LIBLIST_SOURCE)
+$(STATEDIR)/liblist.get: $(liblist_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(LIBLIST))
@$(call touch, $@)
@@ -47,7 +47,7 @@ $(LIBLIST_SOURCE):
liblist_extract: $(STATEDIR)/liblist.extract
-$(STATEDIR)/liblist.extract: $(liblist_extract_deps)
+$(STATEDIR)/liblist.extract: $(liblist_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(LIBLIST_DIR))
@$(call extract, $(LIBLIST_SOURCE))
@@ -93,7 +93,7 @@ $(STATEDIR)/liblist.compile: $(liblist_compile_deps_default)
liblist_install: $(STATEDIR)/liblist.install
-$(STATEDIR)/liblist.install: $(STATEDIR)/liblist.compile
+$(STATEDIR)/liblist.install: $(liblist_install_deps_default)
@$(call targetinfo, $@)
$(call install, LIBLIST)
@$(call touch, $@)