summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-03-07 15:22:59 +0000
committerBen Laurie <ben@openssl.org>1999-03-07 15:22:59 +0000
commitdd56626ecc7c5101c87d5d92156fedd530f8cef9 (patch)
tree1b6e910d3b22a8963bd2872671690d8ea53b1691
parentefadf60f9c4502e7e6d76a5e37a7e5f337ead0cd (diff)
Don't make links in INSTALL doc - also, work first time!
-rwxr-xr-xConfigure2
-rw-r--r--INSTALL1
2 files changed, 1 insertions, 2 deletions
diff --git a/Configure b/Configure
index 51e4b83f92..0bbdf55a80 100755
--- 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);
diff --git a/INSTALL b/INSTALL
index e18fdfcf55..6ce69da7e3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -16,7 +16,6 @@ Quick Start
If you want to just get on with it, do:
sh config [if this fails, go to step 1b below]
- make -f Makefile.ssl links
make
make rehash
make test