From: Ulf Möller Date: Sat, 22 Feb 2003 22:59:01 +0000 (+0000) Subject: replace symlink with copy, as in head X-Git-Tag: OpenSSL_0_9_7b~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=607ae30be8ecacb59ae68183c21889e23f56c9b6;p=openssl replace symlink with copy, as in head --- diff --git a/crypto/evp/Makefile.ssl b/crypto/evp/Makefile.ssl index 94f61b38ec..8113d0bc59 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: