Add support for Cygwin-x86_64.
[openssl.git] / engines / ccgost / Makefile
index d3508a425cdcab27c0e01886614ab90bfdf293d6..97fac82d6baef27753e0e1eda9671052073b9647 100644 (file)
@@ -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