From 69af4faec187b1e589c0328cea79054469ca06d0 Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Wed, 27 Apr 2005 08:48:55 +0000 Subject: no Makefile.ssl anymore --- util/selftest.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/selftest.pl b/util/selftest.pl index 276b81183d..e9d5aa8938 100644 --- a/util/selftest.pl +++ b/util/selftest.pl @@ -34,9 +34,9 @@ foreach $_ (split("\n",$c)) { $platform0=$1 if (/Configuring for (.*)$/); } -system "sh config" if (! -f "Makefile.ssl"); +system "sh config" if (! -f "Makefile"); -if (open(IN,") { $version=$1 if (/^VERSION=(.*)$/); $platform=$1 if (/^PLATFORM=(.*)$/); -- cgit v1.2.3