diff --git a/wmake/scripts/wmakeFunctions b/wmake/scripts/wmakeFunctions index d2c48a98b3..1bfc676d83 100755 --- a/wmake/scripts/wmakeFunctions +++ b/wmake/scripts/wmakeFunctions @@ -112,7 +112,7 @@ if [ -n "$BASH_VERSION" ]; then sourceFile="${sourceFile/Make\/${WM_OPTIONS}${WM_MPLIB}\//}" } else - depToSource + depToSource() { sourceFile=$(echo ${depFile%.dep} | \ sed -e s%platforms/${WM_OPTIONS}/%% \