From ba4cc2976fbd4297367bcac42cad8bb040af7012 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 11 Sep 2002 15:54:39 +0000 Subject: [PATCH] Small fix. [SVN r15268] --- test/generators-test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/generators-test/Jamfile b/test/generators-test/Jamfile index 6cb8b65c8..0c0582be6 100644 --- a/test/generators-test/Jamfile +++ b/test/generators-test/Jamfile @@ -1,5 +1,5 @@ -exe a : a.cpp b.cxx c.ui d.wd x.l y.x_pro lib/aux ; +exe a : a.cpp b.cxx c.ui d.wd x.l y.x_pro lib/auxilliary ; #exe a : a.cpp b.cpp c.ui d.wd x.l y.x_pro ; nm_exe e : e.cpp ;