changeset 11733:65c13bc94058

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.
author Jim Meyering <meyering@redhat.com>
date Thu, 23 Jul 2009 10:05:10 +0200
parents 867a6671ca00
children 20a8435e98c7
files ChangeLog top/maint.mk
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-23  Jim Meyering  <meyering@redhat.com>
+
+	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  <mkraai@beckman.com>  (tiny change)
 
 	Make fseeko.c compile on QNX.
--- 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.