From: Bodo Möller Date: Tue, 26 Apr 2005 23:22:49 +0000 (+0000) Subject: there's no such thing as Makefile.ssl anymore X-Git-Tag: OpenSSL_0_9_8-beta1~13^2~106 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=a7a90b2f00f812be189601d68438d3ff2e77d50a;ds=sidebyside there's no such thing as Makefile.ssl anymore --- diff --git a/util/mk1mf.pl b/util/mk1mf.pl index 26a5d036ed..6582823452 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -18,7 +18,7 @@ while() { } close(IN); -die "Makefile.ssl is not the toplevel Makefile!\n" if $ssl_version eq ""; +die "Makefile is not the toplevel Makefile!\n" if $ssl_version eq ""; $infile="MINFO";