From b581e1350fefab3c625b0f08078017d05f9578d3 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 27 Jun 2005 15:40:56 +0000 Subject: Fixes for some Windows/MSC compile issues. wget command line option seems to have changed? --- maintMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maintMakefile') diff --git a/maintMakefile b/maintMakefile index 00432a7..5e2f5c5 100644 --- a/maintMakefile +++ b/maintMakefile @@ -111,7 +111,7 @@ cvs-clean: maintainer-clean ## Updating files. ## ## ---------------- ## -WGET = wget --passive-ftp --non-verbose +WGET = wget --passive-ftp -nv ftp-gnu = ftp://ftp.gnu.org/gnu move_if_change = if test -r $(target) && cmp -s $(target).t $(target); then \ -- cgit v1.2.3