diff options
author | Ulf Möller <ulf@openssl.org> | 2003-02-22 23:19:48 +0100 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2003-02-22 23:19:48 +0100 |
commit | b4f43344d5b517e4c620cbc4b7eb6b5859e18161 (patch) | |
tree | 05d0d6a42aef3da1185c490c92bc931606f501b0 /crypto/evp/Makefile.ssl | |
parent | remove some more useless code. The mingw target can now be built (diff) | |
download | openssl-b4f43344d5b517e4c620cbc4b7eb6b5859e18161.tar.xz openssl-b4f43344d5b517e4c620cbc4b7eb6b5859e18161.zip |
Copy rather than symlink the test data.
This is needed because Windows doesn't support symlinks.
The Cygwin/MinGW build now passes "make test".
Diffstat (limited to 'crypto/evp/Makefile.ssl')
-rw-r--r-- | crypto/evp/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/Makefile.ssl b/crypto/evp/Makefile.ssl index 8fd8c718a4..0f82cf78df 100644 --- a/crypto/evp/Makefile.ssl +++ b/crypto/evp/Makefile.ssl @@ -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) - @$(PERL) $(TOP)/util/mklink.pl ../../test $(TESTDATA) + cp $(TESTDATA) ../../test @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) install: |