From a7a90b2f00f812be189601d68438d3ff2e77d50a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Tue, 26 Apr 2005 23:22:49 +0000 Subject: [PATCH] there's no such thing as Makefile.ssl anymore --- util/mk1mf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- GitLab