Closed jonrh closed 1 year ago
Thanks @jonrh, Can you also add the changes for admb.sh?
The equivalent sh/bash Linux architecture checks seem to already be in place so no change should be needed?
admb/scripts/admb
:
https://github.com/admb-project/admb/blob/a65f1c97ce06346b8f3f1aae989d5796d619e1a1/scripts/admb/admb#L136-L149
admb/scripts/admb.sh
:
https://github.com/admb-project/admb/blob/a65f1c97ce06346b8f3f1aae989d5796d619e1a1/scripts/admb/admb.sh#L135-L148
Looks like contrib/GNUMakefile
just slipped through the cracks in commit 2ffa8095fb77161cf45db165c33f31750e1fc799.
Fixes issue #277. This is a minimal change that brings the make instructions in line with
admb/src/GNUMakefile
andadmb/scripts/admb.sh
.