[tasque/xbuild] [build] Use abs_top_builddir variable instead of `pwd`
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque/xbuild] [build] Use abs_top_builddir variable instead of `pwd`
- Date: Thu, 20 Sep 2012 08:46:44 +0000 (UTC)
commit 54be947d8f0706784243241fe24d5dd21ece667f
Author: Antonius Riha <antoniusriha gmail com>
Date: Thu Sep 20 10:45:01 2012 +0200
[build] Use abs_top_builddir variable instead of `pwd`
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index fb583eb..e33c9c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,7 +62,7 @@ PROPERTIES = \
/property:Configuration=$(conf) \
/property:AbsTopSrcDir=$(abs_top_srcdir) \
/property:AbsTopBuildDir=$(abs_top_builddir) \
- /property:AbsDistDir="`pwd`/$(distdir)" \
+ /property:AbsDistDir="$(abs_top_builddir)/$(distdir)" \
/property:Prefix=$(prefix) \
/property:EnableGtkSharp12=$(enable_gtk_2_12) \
/property:EnableNotifySharp=$(enable_notify_sharp) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]