]> sjero.net Git - wget/blobdiff - maint.mk
gnulib-tool --update; includes fix for maint.mk/gzip discovered by Steven M. Schweda.
[wget] / maint.mk
index a7a5a28f870cb5372307b09c0bf883df154f57aa..662b37174f2fa2e79932c621beeec830e17ae3d3 100644 (file)
--- a/maint.mk
+++ b/maint.mk
@@ -30,7 +30,7 @@ C_SOURCES += $(C_SOURCES_ADD)
 # Do not save the original name or timestamp in the .tar.gz file.
 # Use --rsyncable if available.
 gzip_rsyncable := \
-  $(shell gzip --help|grep rsyncable >/dev/null && echo --rsyncable)
+  $(shell gzip --help 2>/dev/null|grep rsyncable >/dev/null && echo --rsyncable)
 GZIP_ENV = '--no-name --best $(gzip_rsyncable)'
 
 # Prevent programs like 'sort' from considering distinct strings to be equal.