scripts/get_waf.sh: really bump to 1.9.6, remove unused variable in Makefile
authorPaul Brossier <piem@piem.org>
Thu, 16 Mar 2017 23:26:30 +0000 (00:26 +0100)
committerPaul Brossier <piem@piem.org>
Thu, 16 Mar 2017 23:26:30 +0000 (00:26 +0100)
Makefile
scripts/get_waf.sh

index d51516a..7e9226e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,6 @@
 # $ make test_python
 
 WAFCMD=python waf
-WAFURL=https://waf.io/waf-1.9.6
 
 #WAFOPTS:=
 # turn on verbose mode
index 5b41d8d..8b9acf0 100755 (executable)
@@ -3,7 +3,7 @@
 set -e
 set -x
 
-WAFURL=https://waf.io/waf-1.8.22
+WAFURL=https://waf.io/waf-1.9.6
 
 ( which wget > /dev/null && wget -qO waf $WAFURL ) || ( which curl > /dev/null && curl $WAFURL > waf )