From d09c343f563827c4e8ec42478da7cdd8ca17dc1a Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Fri, 16 Jul 2004 10:21:17 +0000 Subject: [PATCH] only 'compile' concepts [SVN r23624] --- Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamfile.v2 b/Jamfile.v2 index 868089a8..aa55be2a 100644 --- a/Jamfile.v2 +++ b/Jamfile.v2 @@ -65,6 +65,6 @@ test-suite uBLAS BOOST_UBLAS_USE_INTERVAL ] - [ run concepts.cpp + [ compile concepts.cpp ] ;