diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-08-29 10:05:24 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-08-29 10:05:24 +0200 |
commit | 55b3f4a91e16515ff617ad239dc7f5ad8a6a760b (patch) | |
tree | 146860e3c72567fe5a46c0e3c7561cbd63395ff8 /GNUmakefile | |
parent | b855779d46c07ae5a03280536e24f8405c374dcf (diff) | |
download | gnutls-55b3f4a91e16515ff617ad239dc7f5ad8a6a760b.tar.gz |
Update gnulib files.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 7635e8dc58..4b4cf15cf7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -53,9 +53,9 @@ _autoreconf ?= autoreconf _have-git-version-gen := \ $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes) ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL)) - _is-dist-target = $(filter-out %clean, \ + _is-dist-target ?= $(filter-out %clean, \ $(filter maintainer-% dist% alpha beta major,$(MAKECMDGOALS))) - _is-install-target = $(filter-out %check, $(filter install%,$(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) |