Second round of fixing the OpenSSL perl/ stuff. It now at least compiled fine
[oweals/openssl.git] / Configure
index 51e4b83f9264b60ca60e4a86e96dbd7d9ff3a939..0bbdf55a80897044d29b95d7b3424f6594f53dc6 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -676,7 +676,7 @@ print "RC2 uses u$type[$rc2_int]\n" if $rc2_int != $def_int;
 print "BF_PTR used\n" if $bf_ptr == 1; 
 print "BF_PTR2 used\n" if $bf_ptr == 2; 
 
-system 'make links' if !$IsWindows;
+system 'make -f Makefile.ssl links' if !$IsWindows;
 
 exit(0);