Commit 69af4fae authored by Nils Larsch's avatar Nils Larsch
Browse files

no Makefile.ssl anymore

parent df9e0bf5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=(.*)$/);