# HG changeset patch # User Jim Meyering # Date 1248336310 -7200 # Node ID 65c13bc9405872c6fda2049e4829562638593ab9 # Parent 867a6671ca008b4d9e81d751d78e11fbdf784dfd maint.mk: invoke "make dist" with a working value of XZ_OPT * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-07-23 Jim Meyering + + maint.mk: invoke "make dist" with a working value of XZ_OPT + * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT. + 2009-07-22 Matt Kraai (tiny change) Make fseeko.c compile on QNX. diff --git a/top/maint.mk b/top/maint.mk --- a/top/maint.mk +++ b/top/maint.mk @@ -627,7 +627,7 @@ # Also, make sure the NEWS file is up-to-date. ALL_RECURSIVE_TARGETS += vc-dist vc-dist: $(local-check) cvs-check maintainer-distcheck - XZ_OPT=-9ev $(MAKE) dist + XZ_OPT=9ev $(MAKE) dist # Use this to make sure we don't run these programs when building # from a virgin tgz file, below.