summaryrefslogtreecommitdiffstats
path: root/rules/cppunit.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 14:41:58 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 14:41:58 +0000
commit4fa17573542354a678f4e71a0ad81c0800312f59 (patch)
tree41bf123ca05ff6ea2dd2a4be70f9e918e4cb9e64 /rules/cppunit.make
parent158832d3ccbb038dbe5608f3ed93639798c2be54 (diff)
downloadptxdist-4fa17573542354a678f4e71a0ad81c0800312f59.tar.gz
ptxdist-4fa17573542354a678f4e71a0ad81c0800312f59.tar.xz
fixed dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3911 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/cppunit.make')
-rw-r--r--rules/cppunit.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/cppunit.make b/rules/cppunit.make
index b954a6b51..f754e7527 100644
--- a/rules/cppunit.make
+++ b/rules/cppunit.make
@@ -32,7 +32,7 @@ CPPUNIT_DIR = $(BUILDDIR)/$(CPPUNIT)
cppunit_get: $(STATEDIR)/cppunit.get
-$(STATEDIR)/cppunit.get: $(CPPUNIT_SOURCE)
+$(STATEDIR)/cppunit.get: $(cppunit_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(CPPUNIT))
@$(call touch, $@)