--- trunk/mage/usr/lib/mage/smage2.sh 2011/12/28 10:50:26 1576 +++ trunk/mage/usr/lib/mage/smage2.sh 2011/12/28 10:51:52 1577 @@ -329,16 +329,16 @@ } # dummy function, used if that does not exist in smage file -src_check() +src_compile() { - echo "no src_check defined" + echo "no src_compile defined" return 0 } # dummy function, used if that does not exist in smage file -src_compile() +src_check() { - echo "no src_compile defined" + echo "no src_check defined" return 0 }