From 7a16cd4c37525ff4ce58cf8f074d80633a019668 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 2 Feb 2002 00:46:38 +0000 Subject: [PATCH] remove local rule usage for the time being. [SVN r12625] --- build/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Jamfile b/build/Jamfile index 7fd8c285..744c8ec2 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -136,7 +136,7 @@ bpl-test noncopyable_import : ../example/noncopyable_import.cpp ; ############## cross-module tests from ../example ########## # A simple rule to build a test which depends on multiple modules in the PYTHONPATH -local rule boost-python-multi-example-runtest ( test-name : modules + ) +rule boost-python-multi-example-runtest ( test-name : modules + ) { boost-python-runtest $(test-name) : ../example/tst_$(test-name).py $(modules) libboost_python