summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-04-03 10:55:10 -0600
committerEric Blake <ebb9@byu.net>2008-04-03 11:00:06 -0600
commit4424b418b6a34ac7bb183beb14cd9d72aed60589 (patch)
treefe7daf17fe871b374e880ae5629ef535366cc2cb /top
parent6b91f83ce845346872d40a6cd58769d25cc65b53 (diff)
downloadgnulib-4424b418b6a34ac7bb183beb14cd9d72aed60589.tar.gz
Another maintainer tweak.
* top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as a target that regenerates version. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'top')
-rw-r--r--top/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/top/GNUmakefile b/top/GNUmakefile
index 38dd1262fa..42d7d12b70 100644
--- a/top/GNUmakefile
+++ b/top/GNUmakefile
@@ -54,7 +54,7 @@ _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, \
- $(filter dist% alpha beta major,$(MAKECMDGOALS)))
+ $(filter maintainer-% dist% alpha beta major,$(MAKECMDGOALS)))
ifneq (,$(_is-dist-target))
_curr-ver := $(shell cd $(srcdir) && ./$(_build-aux)/git-version-gen \
$(srcdir)/.tarball-version)