summaryrefslogtreecommitdiffstats
path: root/rules/cppunit.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cppunit.make')
-rw-r--r--rules/cppunit.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/cppunit.make b/rules/cppunit.make
index 491356c0c..82dc79473 100644
--- a/rules/cppunit.make
+++ b/rules/cppunit.make
@@ -38,7 +38,7 @@ $(STATEDIR)/cppunit.get: $(cppunit_get_deps_default)
$(CPPUNIT_SOURCE):
@$(call targetinfo, $@)
- @$(call get, $(CPPUNIT_URL))
+ @$(call get, CPPUNIT)
# ----------------------------------------------------------------------------
# Extract
@@ -49,7 +49,7 @@ cppunit_extract: $(STATEDIR)/cppunit.extract
$(STATEDIR)/cppunit.extract: $(cppunit_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(CPPUNIT_DIR))
- @$(call extract, $(CPPUNIT_SOURCE))
+ @$(call extract, CPPUNIT)
@$(call patchin, $(CPPUNIT))
@$(call touch, $@)