The current CVS tries to build evptests.txt.exe, mistaking it for a test 
program, then complains that evptests.txt.c doesn't exist. I think this is a 
logical fix:

Index: Makefile.ssl
===================================================================
RCS file: /usr/local/cvs/openssl.org/openssl/crypto/evp/Makefile.ssl,v
retrieving revision 1.58
diff -u -r1.58 Makefile.ssl
--- Makefile.ssl        2001/09/02 20:05:23     1.58
+++ Makefile.ssl        2001/09/16 05:33:08
@@ -19,7 +19,8 @@
 CFLAGS= $(INCLUDES) $(CFLAG)
 
 GENERAL=Makefile
-TEST=evp_test.c evptests.txt
+TEST=evp_test.c
+TESTDATA=evptests.txt
 APPS=
 
 LIB=$(TOP)/libcrypto.a
@@ -68,7 +69,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 $(TEST) $(TESTDATA)
        @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
 
 install:

-- 
 ______________________________________________________________________________
 |  Brian Havard                 |  "He is not the messiah!                   |
 |  [EMAIL PROTECTED]  |  He's a very naughty boy!" - Life of Brian |
 ------------------------------------------------------------------------------

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to