You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ne...@apache.org on 2017/05/17 17:48:38 UTC

[6/6] mesos git commit: Fixed Makefile.am variable syntax.

Fixed Makefile.am variable syntax.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0672c27c
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0672c27c
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0672c27c

Branch: refs/heads/master
Commit: 0672c27c9192d38aae6496e18acf1b9806d3a26c
Parents: b01ed40
Author: Neil Conway <ne...@gmail.com>
Authored: Wed May 17 10:46:42 2017 -0700
Committer: Neil Conway <ne...@gmail.com>
Committed: Wed May 17 10:48:10 2017 -0700

----------------------------------------------------------------------
 3rdparty/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/0672c27c/3rdparty/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am
index 8706e78..31eb971 100644
--- a/3rdparty/Makefile.am
+++ b/3rdparty/Makefile.am
@@ -45,7 +45,7 @@ include versions.am
 BOOST = boost-$(BOOST_VERSION)
 ELFIO = elfio-$(ELFIO_VERSION)
 GLOG = glog-$(GLOG_VERSION)
-GOOGLETEST = googletest-release-${GOOGLETEST_VERSION}
+GOOGLETEST = googletest-release-$(GOOGLETEST_VERSION)
 GMOCK = $(GOOGLETEST)/googlemock
 GPERFTOOLS = gperftools-$(GPERFTOOLS_VERSION)
 GTEST = $(GOOGLETEST)/googletest