aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-03-07 14:05:36 +0000
committerBen Laurie <ben@openssl.org>1999-03-07 14:05:36 +0000
commitcba5068d1047fd8326a090d41f259513edb70e1b (patch)
tree9018a1b2a91b7ac0f31dcb0b89a926edddec93f0 /Configure
parentf2595f5402f0c81ae33faf48edec93a9f5be6a34 (diff)
downloadopenssl-cba5068d1047fd8326a090d41f259513edb70e1b.zip
openssl-cba5068d1047fd8326a090d41f259513edb70e1b.tar.gz
openssl-cba5068d1047fd8326a090d41f259513edb70e1b.tar.bz2
Always make links.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/Configure b/Configure
index 70b979b..84d1da7 100755
--- a/Configure
+++ b/Configure
@@ -666,6 +666,9 @@ print "IDEA uses u$type[$idea_int]\n" if $idea_int != $def_int;
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';
+
exit(0);
sub bad_target