From 1ef77b08539c9a8e782aeef3aba82cefe6111403 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 12 Jul 2003 09:37:36 +0000 Subject: [PATCH] fix cut-and-paste problem with subproject path [SVN r19084] --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 9d327a1..921cf7f 100755 --- a/test/Jamfile +++ b/test/Jamfile @@ -8,7 +8,7 @@ # Testing Jamfile autogenerated from XML source -subproject libs/conversion/test ; +subproject libs/utility/test ; # bring in rules for testing SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;