]> sjero.net Git - wget/blobdiff - maint.mk
Automated merge.
[wget] / maint.mk
index a7a5a28f870cb5372307b09c0bf883df154f57aa..4d74e19efc3de897c0c7a07e7df536c7af6e6eb9 100644 (file)
--- a/maint.mk
+++ b/maint.mk
@@ -20,7 +20,7 @@
 ME := maint.mk
 
 # List of all C-like source code files that will be tested for
-# stylistic "errors".  You may want to define this to something 
+# stylistic "errors".  You may want to define this to something
 # more complex in Makefile.cfg.
 C_SOURCES ?= $(shell find . -name '*.[chly]')
 
@@ -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.