Copy rather than symlink the test data.
authorUlf Möller <ulf@openssl.org>
Sat, 22 Feb 2003 22:19:48 +0000 (22:19 +0000)
committerUlf Möller <ulf@openssl.org>
Sat, 22 Feb 2003 22:19:48 +0000 (22:19 +0000)
This is needed because Windows doesn't support symlinks.

The Cygwin/MinGW build now passes "make test".

crypto/evp/Makefile.ssl

index 8fd8c718a4652b4ba1a3c28a9570a484863ffe68..0f82cf78df1310d5a0643ddcfd458a76296157a2 100644 (file)
@@ -70,7 +70,7 @@ links:
        @$(TOP)/util/point.sh Makefile.ssl Makefile
        @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
        @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
        @$(TOP)/util/point.sh Makefile.ssl Makefile
        @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
        @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
-       @$(PERL) $(TOP)/util/mklink.pl ../../test $(TESTDATA)
+       cp $(TESTDATA) ../../test
        @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
 
 install:
        @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
 
 install: