diff options
Diffstat (limited to 'maintMakefile')
-rw-r--r-- | maintMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |