A single stand alone project is not properly getting all of the FLL sources when multiple dependency files are specified and they have different dependencies.
This now ensures that all properly named `dependencies` files are processed.
fi
if [[ -f ${package}data/build/dependencies ]] ; then
- packages=$(grep -shoP '^\s*[^\s]+' ${package}data/build/dependencies | sed -e 's|^[[:space:]]*||g')
+ packages=$(grep -shoP '^\s*[^\s]+' ${package}data/build/dependencies* | sed -e 's|^[[:space:]]*||g')
if [[ ${packages} != "" ]] ; then
for package_sub in ${packages} ; do