]> Dogcows Code - chaz/tar/blobdiff - Makefile.am
tar: pacify GCC 5.1 -Wformat-signedness
[chaz/tar] / Makefile.am
index 79d128c205aa3de799c24d9412bfdf30b2e58af7..4928d2f7c5ac65b54d88eb3b49af5bc238381a46 100644 (file)
@@ -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
@@ -36,3 +36,4 @@ include Make.rules
 gen_start_date = 2009-03-06
 prev_change_log = ChangeLog.CVS
 changelog_dir = .
+changelog_amend_file=ChangeLog.amend
This page took 0.020342 seconds and 4 git commands to generate.