|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r80735 - trunk/tools/build/v2/kernel
From: ghost_at_[hidden]
Date: 2012-09-28 09:24:19
Author: vladimir_prus
Date: 2012-09-28 09:24:16 EDT (Fri, 28 Sep 2012)
New Revision: 80735
URL: http://svn.boost.org/trac/boost/changeset/80735
Log:
Unbreak Python, broken by some of recent cleanup patches.
Text files modified:
trunk/tools/build/v2/kernel/bootstrap.jam | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/kernel/bootstrap.jam
==============================================================================
--- trunk/tools/build/v2/kernel/bootstrap.jam (original)
+++ trunk/tools/build/v2/kernel/bootstrap.jam 2012-09-28 09:24:16 EDT (Fri, 28 Sep 2012)
@@ -153,7 +153,7 @@
# Make all rules in the loaded module available in the global
# namespace, so that we do not have to bother specifying the
# "correct" module when calling from Python.
- module $(mole-name)
+ module $(module-name)
{
__name__ = $(1) ;
include $(2) ;
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