Boost logo

Boost-Commit :

From: jurko.gospodnetic_at_[hidden]
Date: 2008-07-20 07:05:55


Author: jurko
Date: 2008-07-20 07:05:55 EDT (Sun, 20 Jul 2008)
New Revision: 47627
URL: http://svn.boost.org/trac/boost/changeset/47627

Log:
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.
Text files modified:
   trunk/Jamroot | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/Jamroot
==============================================================================
--- trunk/Jamroot (original)
+++ trunk/Jamroot 2008-07-20 07:05:55 EDT (Sun, 20 Jul 2008)
@@ -98,6 +98,7 @@
 # - handle boost version
 # - handle python options such as pydebug
 
+import generate ;
 import modules ;
 import set ;
 import stage ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk