X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=engines%2Fccgost%2FMakefile;h=97fac82d6baef27753e0e1eda9671052073b9647;hb=8f4077ca69076cebaca51b7b666db1ed49e46b9e;hp=d3508a425cdcab27c0e01886614ab90bfdf293d6;hpb=6f0a93b0690a69100d618d30c2fa7d2ac6d9b07d;p=oweals%2Fopenssl.git diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile index d3508a425c..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"`;; \ @@ -77,8 +77,7 @@ depend: fi files: - - + $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO lint: lint -DLINT $(INCLUDES) $(SRC)>fluff