New Makefile variables $(RANLIB) and $(PERL).
[openssl.git] / util / mk1mf.pl
index 11f8a934b62644abe3ab816dc2b621376a30e479..2bf9584ce579759bef270c7f64e289c382a70b22 100755 (executable)
@@ -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";