X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=engines%2Fccgost%2FMakefile;h=97fac82d6baef27753e0e1eda9671052073b9647;hb=8f4077ca69076cebaca51b7b666db1ed49e46b9e;hp=c420237c8d91365d495ed1bc2d31bcbd2bd3fb0d;hpb=95dd3018613f600308f199bdad3feb7d24f86642;p=oweals%2Fopenssl.git diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile index c420237c8d..97fac82d6b 100644 --- a/engines/ccgost/Makefile +++ b/engines/ccgost/Makefile @@ -47,7 +47,7 @@ install: set -e; \ echo installing $(LIBNAME); \ pfx=lib; \ - if [ "$(PLATFORM)" != "Cygwin" ]; then \ + if ! expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \ case "$(CFLAGS)" in \ *DSO_BEOS*) sfx=".so";; \ *DSO_DLFCN*) sfx=`expr "$(SHLIB_EXT)" : '.*\(\.[a-z][a-z]*\)' \| ".so"`;; \