diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-05-31 17:48:09 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-05-31 17:48:09 +0200 |
commit | bde225af952fd3c607c0dab254e0eca8c076c836 (patch) | |
tree | d208cc63b52b284ced84523d3913b9efae85ee10 /GNUmakefile | |
parent | ef11b756916c9961d63b373b06ec229841cc07a9 (diff) | |
download | gnutls-bde225af952fd3c607c0dab254e0eca8c076c836.tar.gz |
Update gnulib files.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index daba47ae2d..97fea36538 100644 --- a/GNUmakefile +++ b/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) |