summaryrefslogtreecommitdiffstats
path: root/src/cppunit.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppunit.mk')
-rw-r--r--src/cppunit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppunit.mk b/src/cppunit.mk
index 7461282..2c02fda 100644
--- a/src/cppunit.mk
+++ b/src/cppunit.mk
@@ -10,7 +10,7 @@ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_V
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- wget -q -O- 'http://sourceforge.net/projects/cppunit/files/cppunit/' | \
+ $(WGET) -q -O- 'http://sourceforge.net/projects/cppunit/files/cppunit/' | \
$(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \
head -1
endef