X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1cfe6375ce4302e7252d4eb5910a400f292ad1f2..0f664b89d4aa86146015acd87a770db878d7e5d4:/GNUmakefile?ds=inline 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))