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
commitb581e1350fefab3c625b0f08078017d05f9578d3 (patch)
tree923045f42579f156ca9b4e35d953493b14cb856e /maintMakefile
parenta36cfed31acd1a62f0d9f383c0c0de0c2f946d28 (diff)
downloadgunmake-b581e1350fefab3c625b0f08078017d05f9578d3.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 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 \