X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=4928d2f7c5ac65b54d88eb3b49af5bc238381a46;hp=96505c00094f41d6238bc5f54c75023a2800d98d;hb=731b7b07debfa2333b499727cfb8f9e90c533931;hpb=4eb1484dced64b74cafda40918c0d96e5084846a diff --git a/Makefile.am b/Makefile.am index 96505c0..4928d2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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