diff options
author | Ben Laurie <ben@openssl.org> | 1999-03-07 15:22:59 +0000 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-03-07 15:22:59 +0000 |
commit | dd56626ecc7c5101c87d5d92156fedd530f8cef9 (patch) | |
tree | 1b6e910d3b22a8963bd2872671690d8ea53b1691 /Configure | |
parent | efadf60f9c4502e7e6d76a5e37a7e5f337ead0cd (diff) | |
download | openssl-new-dd56626ecc7c5101c87d5d92156fedd530f8cef9.tar.gz |
Don't make links in INSTALL doc - also, work first time!
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |