diff --git a/Source/HBIOS/Makefile b/Source/HBIOS/Makefile index b243380a..82cdaaaa 100644 --- a/Source/HBIOS/Makefile +++ b/Source/HBIOS/Makefile @@ -46,7 +46,7 @@ ROMNAME=${ROM_PLATFORM}_${ROM_CONFIG} all:: if [ -z "$(OBJECTS)" ] ; then \ - chmod +x Build.sh + chmod +x Build.sh ; \ bash Build.sh ; \ fi