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 ; }