X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=top%2FGNUmakefile;h=97fea36538ede78263a9f78a3293c9155c0bc45d;hb=994f7e106dd065a52195b18c4cff18aa5309562d;hp=daba47ae2d66e321da882caccc5f532ba1f283ee;hpb=6c2dbbd94ee029fa8ae33c3450a21fd202b74134;p=gnulib.git diff --git a/top/GNUmakefile b/top/GNUmakefile index daba47ae2..97fea3653 100644 --- a/top/GNUmakefile +++ b/top/GNUmakefile @@ -60,8 +60,10 @@ ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL)) $(filter maintainer-% dist% alpha beta major,$(MAKECMDGOALS))) _is-install-target ?= $(filter-out %check, $(filter install%,$(MAKECMDGOALS))) ifneq (,$(_is-dist-target)$(_is-install-target)) - _curr-ver := $(shell cd $(srcdir) \ - && $(_build-aux)/git-version-gen .tarball-version) + _curr-ver := $(shell cd $(srcdir) \ + && $(_build-aux)/git-version-gen \ + .tarball-version \ + $(git-version-gen-tag-sed-script)) ifneq ($(_curr-ver),$(VERSION)) ifeq ($(_curr-ver),UNKNOWN) $(info WARNING: unable to verify if $(VERSION) is the correct version)