From: Ralf Wildenhues Date: Wed, 13 Oct 2010 20:57:23 +0000 (+0200) Subject: Regenerate Makefile.in. X-Git-Tag: ng-0.5a~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86739cb38ddc8f0c30f51bd24ebf2c45c0584dff;p=thirdparty%2Fautomake.git Regenerate Makefile.in. --- diff --git a/Makefile.in b/Makefile.in index 232fbf700..d9cff8697 100644 --- a/Makefile.in +++ b/Makefile.in @@ -651,7 +651,7 @@ dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) dist-lzip: distdir @@ -663,7 +663,7 @@ dist-lzma: distdir $(am__post_remove_distdir) dist-xz: distdir - tardir=$(distdir) && $(am__tar) | xz -9 -c >$(distdir).tar.xz + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--9} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) dist-tarZ: distdir