summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Watanabe <steven@providere-consulting.com>2008-10-18 18:37:13 +0000
committerSteven Watanabe <steven@providere-consulting.com>2008-10-18 18:37:13 +0000
commit119d7bb751a0745a7d7e17938ba6c9d5abd7724e (patch)
treed0e6fe4f2c119d3b772af3f5deb31d53a92cd046
parent9cee2c6cabf9855e765cd6cf7306569ae51547db (diff)
downloadboost-119d7bb751a0745a7d7e17938ba6c9d5abd7724e.tar.gz
make boost-install refer to the correct target for installing the headers. Fixes #2416.
[SVN r49381]
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 531d999842..f5647e761c 100644
--- a/Jamroot
+++ b/Jamroot
@@ -490,7 +490,7 @@ alias build_all : libs/$(libraries)/build ;
rule boost-install ( libraries * )
{
package.install install
- : <dependency>/boost//install-headers $(install-requirements)
+ : <dependency>/boost//install-proper-headers $(install-requirements)
: # No binaries
: $(libraries)
: # No headers, it is handled by the dependency.