libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: [PATCH] build: remove an over-exuberant $(srcdir) prefix.


From: Gary V. Vaughan
Subject: FYI: [PATCH] build: remove an over-exuberant $(srcdir) prefix.
Date: Tue, 8 Nov 2011 22:08:51 +0700

Oops.

* Makefile.am (git_version_gen): No need for an extra $(srcdir)
in the path when we always use after `cd $(srcdir).

Signed-off-by: Gary V. Vaughan <address@hidden>
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a74d854..42c2baf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,7 @@ LT_M4SH                       = $(M4SH) -B 
'$(srcdir)/$(m4sh_dir)'
 # Using `cd' in backquotes may print the directory name, use this instead:
 lt__cd         = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
-git_version_gen = '$(SHELL)' '$(srcdir)/$(aux_dir)/git-version-gen' 
'.tarball-version'
+git_version_gen = '$(SHELL)' '$(aux_dir)/git-version-gen' '.tarball-version'
 rebuild = rebuild=:; revision=`$(lt__cd) $(srcdir) && $(git_version_gen) | sed 
's,-.*$$,,g'`
 
 
-- 
1.7.7.2

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]