summaryrefslogtreecommitdiffstats
path: root/crypto/evp/Makefile.ssl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2003-02-22 23:19:48 +0100
committerUlf Möller <ulf@openssl.org>2003-02-22 23:19:48 +0100
commitb4f43344d5b517e4c620cbc4b7eb6b5859e18161 (patch)
tree05d0d6a42aef3da1185c490c92bc931606f501b0 /crypto/evp/Makefile.ssl
parentremove some more useless code. The mingw target can now be built (diff)
downloadopenssl-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.ssl2
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: