X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.am;h=cc127324004f39e4e9abc9302df653aae4f10186;hb=d30babc23b4f25be970ada2e63a50220a3672281;hp=96505c00094f41d6238bc5f54c75023a2800d98d;hpb=4aa85f09e755fc827cd5ab6225f20c83cd42245d;p=debian%2Ftar diff --git a/Makefile.am b/Makefile.am index 96505c00..cc127324 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Main Makefile for GNU tar. -# Copyright 1994-1997, 1999-2001, 2003, 2007, 2009, 2013-2014 Free +# Copyright 1994-1997, 1999-2001, 2003, 2007, 2009, 2013-2014, 2016 Free # Software Foundation, Inc. # This file is part of GNU tar. @@ -26,7 +26,7 @@ dist-hook: $(MAKE) changelog_dir=$(distdir) ChangeLog -rm -f $(distdir).cpio find $(distdir) | cpio -Hcrc -o | \ - GZIP=$(GZIP_ENV) gzip -c > $(distdir).cpio.gz + eval GZIP= gzip $(GZIP_ENV) -c > $(distdir).cpio.gz distclean-local: -rm -f $(distdir).cpio.gz