From 0f664b89d4aa86146015acd87a770db878d7e5d4 Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Mon, 21 Apr 2008 18:16:32 +0000 Subject: [PATCH] * GNUmakefile: Update git-version-gen invocation so make dist succeeds. --- ChangeLog | 5 +++++ GNUmakefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5385d755..cff70eb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-21 Joel E. Denny + + * GNUmakefile: Update git-version-gen invocation so make dist + succeeds. + 2008-04-21 Joel E. Denny Update to the current gnulib CVS repository, and fix trigraph handling diff --git a/GNUmakefile b/GNUmakefile index c5678b43..e270e637 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -45,7 +45,7 @@ include Makefile ifeq (0,$(MAKELEVEL)) _is-dist-target = $(filter dist% alpha beta major,$(MAKECMDGOALS)) ifneq (,$(_is-dist-target)) - _curr-ver := $(shell build-aux/git-version-gen 0 .version) + _curr-ver := $(shell build-aux/git-version-gen .version) ifneq ($(_curr-ver),$(VERSION)) $(info INFO: rerunning autoconf for new version string: $(_curr-ver)) dummy := $(shell rm -rf autom4te.cache; $(AUTOCONF)) -- 2.47.2