...so jam can recognize 'not' token

This commit is contained in:
Sanel Zukan 2009-10-03 07:47:39 +00:00
parent 1592afab26
commit 614e3eb656
1 changed files with 1 additions and 1 deletions

View File

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