Index: boost-1.81.0/libs/uuid/test/Jamfile.v2 =================================================================== --- boost-1.81.0.orig/libs/uuid/test/Jamfile.v2 +++ boost-1.81.0/libs/uuid/test/Jamfile.v2 @@ -39,7 +39,7 @@ rule test_all { local all_rules = ; local file ; - local headers_path = [ path.make ../include/boost/uuid ] ; + local headers_path = [ path.make ../../../boost/uuid ] ; for file in [ path.glob-tree $(headers_path) : *.hpp : uuid ] { local rel_file = [ path.relative-to $(headers_path) $(file) ] ; @@ -65,12 +65,12 @@ rule test_all all_rules += [ compile compile/decl_header.cpp : "BOOST_UUID_TEST_HEADER=uuid.hpp" "BOOST_UUID_NO_TYPE_TRAITS" - ../include/boost/uuid/uuid.hpp : + /boost//headers : compile_uuid_no_type_traits ] ; all_rules += [ compile compile/decl_header.cpp : "BOOST_UUID_TEST_HEADER=uuid.hpp" "BOOST_UUID_NO_SIMD" - ../include/boost/uuid/uuid.hpp : + /boost//headers : compile_uuid_no_simd ] ; # ECHO All rules: $(all_rules) ;