From 5dfeb8a97f2202a43f879aba655b8e0081b052f1 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 10 Jul 2002 16:27:25 +0000 Subject: [PATCH] Recover project_test3 to life. [SVN r14399] --- test/project-test3/lib2/Jamfile | 2 +- v2/test/project-test3/lib2/Jamfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/project-test3/lib2/Jamfile b/test/project-test3/lib2/Jamfile index b5a3d43db..0445db348 100644 --- a/test/project-test3/lib2/Jamfile +++ b/test/project-test3/lib2/Jamfile @@ -1,5 +1,5 @@ -project lib2 : requirements multi ; +project lib2 ; use-project /lib2/helper : helper ; make c.obj : c.cpp : yfc-compile ; diff --git a/v2/test/project-test3/lib2/Jamfile b/v2/test/project-test3/lib2/Jamfile index b5a3d43db..0445db348 100644 --- a/v2/test/project-test3/lib2/Jamfile +++ b/v2/test/project-test3/lib2/Jamfile @@ -1,5 +1,5 @@ -project lib2 : requirements multi ; +project lib2 ; use-project /lib2/helper : helper ; make c.obj : c.cpp : yfc-compile ;