no Makefile.ssl anymore

This commit is contained in:
Nils Larsch 2005-04-27 08:48:55 +00:00
parent df9e0bf507
commit 69af4faec1

View File

@ -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,"<Makefile.ssl")) {
if (open(IN,"<Makefile")) {
while (<IN>) {
$version=$1 if (/^VERSION=(.*)$/);
$platform=$1 if (/^PLATFORM=(.*)$/);