X-Git-Url: https://deadsoftware.ru/gitweb?p=cpc.git;a=blobdiff_plain;f=make.sh;h=f25d28af9dd5f538c90024ac17b2ceb97757a661;hp=f7dab7da7822f842c5088647d1f7a00c78d487f9;hb=b97dcad79a88aa341f22ffce94a4b5c72ed857ea;hpb=d41744a4034d3aad10298c8ff915778cda31fa27 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 }