From 614e3eb65618d865ed760da8ad5e7e1467e79a44 Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Sat, 3 Oct 2009 07:47:39 +0000 Subject: [PATCH] ...so jam can recognize 'not' token --- Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamfile b/Jamfile index 62b9d00..3b4b26e 100644 --- a/Jamfile +++ b/Jamfile @@ -37,7 +37,7 @@ SubInclude TOP data ; SubInclude TOP services ; # for now it is not compileable on SunStudio -if !$(SUN_COMPILER) { +if ! $(SUN_COMPILER) { SubInclude TOP ede-panel ; }