From b99ba700143b0e12a0c2b09ed3d586eb3e4696a5 Mon Sep 17 00:00:00 2001 From: Thomas Witt Date: Thu, 31 May 2007 23:34:46 +0000 Subject: [PATCH] Fix Trac #1013. [SVN r37839] --- v2/tools/python.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/tools/python.jam b/v2/tools/python.jam index 5fe4dc57f..8225ad87c 100644 --- a/v2/tools/python.jam +++ b/v2/tools/python.jam @@ -95,7 +95,7 @@ lib rt ; # using python 2.3 ; # using python 2.3 : /usr/local/bin/python ; # -rule init ( version ? : cmd-or-prefix ? : includes ? : libraries ? +rule init ( version ? : cmd-or-prefix ? : includes * : libraries ? : condition * : extension-suffix ? ) { project.push-current $(.project) ; @@ -660,7 +660,7 @@ local rule declare-libpython-target ( version ? : requirements * ) # implementation of init local rule configure ( - version ? : cmd-or-prefix ? : includes ? : libraries ? : condition * : extension-suffix ? ) + version ? : cmd-or-prefix ? : includes * : libraries ? : condition * : extension-suffix ? ) { local prefix ; local exec-prefix ;