diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-08-29 12:40:38 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-08-29 12:40:38 +0200 |
commit | fdca5ec21b2c98b67d9c371caa395c119b5fa885 (patch) | |
tree | 431e4ffb678c92985ba378fa1e00c8e219a52a51 /GNUmakefile | |
parent | 7cad119741607ff53e0857112d825271b644dcf0 (diff) | |
download | libtasn1-fdca5ec21b2c98b67d9c371caa395c119b5fa885.tar.gz libtasn1-fdca5ec21b2c98b67d9c371caa395c119b5fa885.tar.bz2 libtasn1-fdca5ec21b2c98b67d9c371caa395c119b5fa885.zip |
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 7635e8d..4b4cf15 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) |