From: Simon Josefsson Date: Mon, 23 Jun 2008 19:36:36 +0000 (+0200) Subject: Update gnulib files. X-Git-Tag: gnutls_2_5_0~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94136d4ee3babbaf036dacbabe1c3ddabffeee18;p=thirdparty%2Fgnutls.git Update gnulib files. --- 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)