]> git.saurik.com Git - bison.git/blobdiff - GNUmakefile
* GNUmakefile: Update git-version-gen invocation so make dist
[bison.git] / GNUmakefile
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))