summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChris White <cxwembedded@gmail.com>2020-06-22 08:24:48 -0400
committerRico Tzschichholz <ricotz@ubuntu.com>2020-06-25 11:16:11 +0200
commitef3b9ce3abf58e803955cdde511dc43e7cd4ae8c (patch)
tree041614b1cf4baaddbea9f7a9200049065f2b852d /Makefile.am
parent9c1542ce35ce39aecdde00e3a3353f8c4efe7a7f (diff)
downloadvala-ef3b9ce3abf58e803955cdde511dc43e7cd4ae8c.tar.gz
build: Update git-version-gen to latest upstream
From commit 8a09003664733eb6bef031f56ef9cd575e403023 of https://git.savannah.gnu.org/cgit/autoconf.git/tree/build-aux/git-version-gen
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f70234759..c96ea4e84 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,7 +68,7 @@ $(top_srcdir)/.version: gen-version
@true
.PHONY: gen-version
gen-version:
- @V=`$(top_srcdir)/build-aux/git-version-gen $(top_srcdir)/.tarball-version` && \
+ @V=`$(top_srcdir)/build-aux/git-version-gen --prefix '' $(top_srcdir)/.tarball-version` && \
if [ -e $(top_srcdir)/.version ] && [ "x`cat $(top_srcdir)/.version`" = "x$$V" ]; then \
true; \
else \