mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 01:31:25 +00:00
Prepend the execution of S_MAIN with ./ #326
This commit is contained in:
parent
f31da79139
commit
efb20e7d5f
@ -413,7 +413,7 @@ sie: S_sie.resource
|
||||
|
||||
S_sie.resource: \$(S_MAIN)
|
||||
\t\$(info [34mWriting[0m 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 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user