diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-06-15 11:50:13 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-06-15 11:51:25 +0200 |
commit | 78819671f59cc4dea560b1ef3a21a04991e7822a (patch) | |
tree | 606ec34c4cff90785f26e23f8b2e94ef61b69ba4 /GNUmakefile | |
parent | 77bad487d787451f2f7cbf7f0785d4822ba3804e (diff) | |
download | libtasn1-78819671f59cc4dea560b1ef3a21a04991e7822a.tar.gz libtasn1-78819671f59cc4dea560b1ef3a21a04991e7822a.tar.bz2 libtasn1-78819671f59cc4dea560b1ef3a21a04991e7822a.zip |
Update gnulib files. Fix syntax-check warnings.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index daba47a..97fea36 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) |