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