summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2005-06-27 15:40:56 +0000
committerPaul Smith <psmith@gnu.org>2005-06-27 15:40:56 +0000
commit294557da320a40266e7bfa7dde2cc5963a802f6c (patch)
tree923045f42579f156ca9b4e35d953493b14cb856e /maintMakefile
parent6e14bcac7223876d7ec4427a6089ed0c47e3f2d7 (diff)
downloadmake-294557da320a40266e7bfa7dde2cc5963a802f6c.tar.gz
Fixes for some Windows/MSC compile issues.
wget command line option seems to have changed?
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile2
1 files changed, 1 insertions, 1 deletions
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 \