Prepend the execution of S_MAIN with ./ #326

This commit is contained in:
Derek Bankieris 2016-10-11 13:24:34 -05:00
parent f31da79139
commit efb20e7d5f

View File

@ -413,7 +413,7 @@ sie: S_sie.resource
S_sie.resource: \$(S_MAIN)
\t\$(info Writing S_sie.resource)
\t\$(ECHO_CMD)\$(S_MAIN) sie\n" ;
\t\$(ECHO_CMD)./\$(S_MAIN) sie\n" ;
# write out the override files we have read in
foreach $k ( sort keys %files_by_dir ) {