From: Geoff Thorpe Date: Tue, 9 Oct 2001 01:38:31 +0000 (+0000) Subject: evp_test.c and evptests.txt both need to be linked in the test/ directory X-Git-Tag: OpenSSL_0_9_6c~26^2~141 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cf9844017807d26be92fafca3a29c6c85ac68011;p=oweals%2Fopenssl.git evp_test.c and evptests.txt both need to be linked in the test/ directory however for different reasons. This separation should prevent the win32 build from interpreting evptests.txt as source code. --- diff --git a/crypto/evp/Makefile.ssl b/crypto/evp/Makefile.ssl index 0999f31a2e..d22bdf3b1f 100644 --- a/crypto/evp/Makefile.ssl +++ b/crypto/evp/Makefile.ssl @@ -19,7 +19,8 @@ AR= ar r CFLAGS= $(INCLUDES) $(CFLAG) GENERAL=Makefile -TEST=evp_test.c evptests.txt +TEST=evp_test.c +TESTDATA=evptests.txt APPS= LIB=$(TOP)/libcrypto.a @@ -69,6 +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) @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) install: