summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJurko Gospodnetić <jurko.gospodnetic@pke.hr>2008-07-22 12:27:10 +0000
committerJurko Gospodnetić <jurko.gospodnetic@pke.hr>2008-07-22 12:27:10 +0000
commit32c57cc3d7154df0ab59ed3a70cb896351f1e492 (patch)
tree88a7fc7db6a94257c146e701f066f08e16349a4d
parentd5933b1c4423b3288bfbaf2c8432635caf1db49e (diff)
downloadboost-32c57cc3d7154df0ab59ed3a70cb896351f1e492.tar.gz
Merger main Boost library Jamroot file changes from the trunk. [Added a missing import of the Boost Build generate.jam module. Although not strictly necessary at the moment this will avoid future build breakage when Boost Build removes some of its extra internal module imports.]
[SVN r47685]
-rw-r--r--Jamroot1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index 48eca9e780..2de4c68d77 100644
--- a/Jamroot
+++ b/Jamroot
@@ -98,6 +98,7 @@
# - handle boost version
# - handle python options such as pydebug
+import generate ;
import modules ;
import set ;
import stage ;