From 294557da320a40266e7bfa7dde2cc5963a802f6c 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 00432a78..5e2f5c59 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.1