summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-06-23 21:36:36 +0200
committerSimon Josefsson <simon@josefsson.org>2008-06-23 21:36:36 +0200
commit94136d4ee3babbaf036dacbabe1c3ddabffeee18 (patch)
tree767d48fc46c92aa08835e99612bd33d44426f35f /GNUmakefile
parent91b388df4e826060a6b35d1a7cfb8cc285093393 (diff)
downloadgnutls-94136d4ee3babbaf036dacbabe1c3ddabffeee18.tar.gz
Update gnulib files.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 062900b547..31bd873fad 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -56,8 +56,8 @@ ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL))
_is-dist-target = $(filter-out %clean, \
$(filter maintainer-% dist% alpha beta major,$(MAKECMDGOALS)))
ifneq (,$(_is-dist-target))
- _curr-ver := $(shell cd $(srcdir) && ./$(_build-aux)/git-version-gen \
- $(srcdir)/.tarball-version)
+ _curr-ver := $(shell cd $(srcdir) \
+ && $(_build-aux)/git-version-gen .tarball-version)
ifneq ($(_curr-ver),$(VERSION))
ifeq ($(_curr-ver),UNKNOWN)
$(info WARNING: unable to verify if $(VERSION) is correct version)