From 7d5e2be069b09ea5d14a6f71f925ca60bffb6eeb Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sat, 18 Aug 2012 18:32:09 +0300 Subject: [PATCH] Makefile.am: Pass gen-ver.sh value as $1 to stamp.sh --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fcc97a0..73810ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ endif # WITH_TESTS stamp_scripts: @if test -x "$(top_srcdir)/stamp.sh"; then \ - "$(top_srcdir)/stamp.sh" "$(top_srcdir)" "$(top_distdir)"; \ + "$(top_srcdir)/stamp.sh" "`$(top_srcdir)/gen-ver.sh`" "$(top_distdir)"; \ fi VERSION: -- 2.11.4.GIT