X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=make.sh;h=f25d28af9dd5f538c90024ac17b2ceb97757a661;hb=cdd04b2dd68609adf653e0d2abd75d3475afc7ab;hp=f7dab7da7822f842c5088647d1f7a00c78d487f9;hpb=d41744a4034d3aad10298c8ff915778cda31fa27;p=cpc.git diff --git a/make.sh b/make.sh index f7dab7d..f25d28a 100755 --- a/make.sh +++ b/make.sh @@ -305,7 +305,11 @@ link_all() { DswDocuments DswOpts DswProcs DswHostProcs DswMakeMain if $_dolink; then - chmod a+x cpc486 cpl486 cpfront + if [ "$_system" = "osx" ]; then + chmod a+x cpc486.out cpl486.out cpfront.out + else + chmod a+x cpc486 cpl486 cpfront + fi fi }