--- ./make/include/select.defs.orig 2009-03-01 12:28:24.000000000 -0500 +++ ./make/include/select.defs 2011-05-24 05:50:46.073808851 -0400 @@ -7,6 +7,6 @@ FETCH = $(FETCH.$(FETCH.select)) FETCH.select = MISSING -FETCH.MISSING = $(error one of the following tools is required: wget, curl) +##FETCH.MISSING = $(error one of the following tools is required: wget, curl) FETCH.curl = $(CURL.exe) -q -L -o $(1) $(2) FETCH.wget = $(WGET.exe) -O $(1) $(2)