2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00

removed act-as-jamfile, which gives errors when boost.use-project is not invoked from Jamroot file.

[SVN r44691]
This commit is contained in:
Roland Schwarz
2008-04-21 11:46:03 +00:00
parent 3975f3105a
commit bdeadd30b0

View File

@@ -175,8 +175,6 @@ rule use-project
case 0.0.1 : boost_0_0_1 $(inc) $(lib) ;
case * : boost_std $(inc) $(lib) ;
}
project.act-as-jamfile boost : $(__name__) ;
modules.call-in $(mod) : use-project boost : $(__name__) ;
}
}
else {