summaryrefslogtreecommitdiff
path: root/Jamrules
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2003-09-09 13:45:13 +0000
committerDave Abrahams <dave@boostpro.com>2003-09-09 13:45:13 +0000
commitfd183d6a67c7d02aedaab6ad57c064e0e18d79f0 (patch)
tree72f8cbc812a554125e98f6645284ac948f59f0ad /Jamrules
parent98d0ed63645ef2105979deed21aa84622e246dd9 (diff)
downloadboost-fd183d6a67c7d02aedaab6ad57c064e0e18d79f0.tar.gz
Simplify BOOST_ROOT setting.
[SVN r19981]
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules5
1 files changed, 2 insertions, 3 deletions
diff --git a/Jamrules b/Jamrules
index 2d400cdb50..aa38f83b40 100644
--- a/Jamrules
+++ b/Jamrules
@@ -6,9 +6,8 @@
# user on the command-line or in the environment
# Establish this as the root of the boost installation. Most targets will want
-# $(BOOST_ROOT) in their #include path. $(gTOP) is the name of the variable
-# containing the path from the invocation directory to the project root.
-path-global BOOST_ROOT : $($(gTOP)) ;
+# $(BOOST_ROOT) in their #include path.
+path-global BOOST_ROOT : . ;
# The current version of Boost.
BOOST_VERSION ?= 1.31.0 ;