]> git.saurik.com Git - bison.git/commitdiff
* GNUmakefile: Update git-version-gen invocation so make dist
authorJoel E. Denny <jdenny@ces.clemson.edu>
Mon, 21 Apr 2008 18:16:32 +0000 (18:16 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Mon, 21 Apr 2008 18:16:32 +0000 (18:16 +0000)
succeeds.

ChangeLog
GNUmakefile

index 5385d7558828c06e7215ebd4b1d67eb41ea9c48f..cff70eb476c1e5ab04601e55daaa7a8161201129 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-21  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       * GNUmakefile: Update git-version-gen invocation so make dist
+       succeeds.
+
 2008-04-21  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Update to the current gnulib CVS repository, and fix trigraph handling
index c5678b43d02adea5b5e9b4546ad8b4ae5a2f7743..e270e63797c17f3fe2d72f3b8212508a85dea7e3 100644 (file)
@@ -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 .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))