aboutsummaryrefslogtreecommitdiffstats
path: root/dist/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'dist/gdb')
-rw-r--r--dist/gdb/Makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/gdb/Makefile.mingw b/dist/gdb/Makefile.mingw
index e7f78a6f8e..3b56a5b0cf 100644
--- a/dist/gdb/Makefile.mingw
+++ b/dist/gdb/Makefile.mingw
@@ -36,7 +36,7 @@ makestagingdir:
test -e ${staging} || mkdir ${staging}
checkwget:
- wget -V || mingw-get install msys-wget-bin
+ wget -V &> /dev/null || mingw-get install msys-wget-bin
${source}/gdb-${version}.tar.bz2: | makesourcedir checkwget
cd ${source} && \