New Makefile variables $(RANLIB) and $(PERL).
[openssl.git] / util / mk1mf.pl
index 80381e694b4d93c851928d2ea134456354d422ba..2bf9584ce579759bef270c7f64e289c382a70b22 100755 (executable)
@@ -7,7 +7,7 @@
 
 $INSTALLTOP="/usr/local/ssl";
 
-$ssl_version="0.9.2";
+$ssl_version="0.9.2b";
 
 $infile="MINFO";
 
@@ -234,11 +234,6 @@ else       { $cflags="$c_flags$cflags" if ($c_flags ne ""); }
 
 $ex_libs="$l_flags$ex_libs" if ($l_flags ne "");
 
-if ($ranlib ne "")
-       {
-       $ranlib="\$(SRC_D)$o$ranlib";
-       }
-
 if ($msdos)
        {
        $banner ="\t\@echo Make sure you have run 'perl Configure $platform' in the\n";