respect <sysinclude>

[SVN r13995]
This commit is contained in:
Dave Abrahams
2002-05-21 16:24:07 +00:00
parent 22bb032a79
commit 38b5799e33

View File

@ -2,15 +2,15 @@ subproject libs/static_assert ;
unit-test static_assert_test : static_assert_test.cpp
: <include>$(BOOST_ROOT) : ;
: <sysinclude>$(BOOST_ROOT) : ;
unit-test static_assert_example_1 : static_assert_example_1.cpp
: <include>$(BOOST_ROOT) : ;
: <sysinclude>$(BOOST_ROOT) : ;
unit-test static_assert_example_2 : static_assert_example_2.cpp
: <include>$(BOOST_ROOT) : ;
: <sysinclude>$(BOOST_ROOT) : ;
unit-test static_assert_example_3 : static_assert_example_3.cpp
: <include>$(BOOST_ROOT) : ;
: <sysinclude>$(BOOST_ROOT) : ;