From 52cdc9970de5f0e884d829d8dfa23c89c51527f9 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 25 Jan 2016 20:07:34 +0100 Subject: [PATCH] Misc fixups The goal is Makefile, not Makefile.new Remove the second generation of opensslconf.h Reviewed-by: Rich Salz --- Configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Configure b/Configure index aeabe1e8c7..2e88a73185 100755 --- a/Configure +++ b/Configure @@ -1354,9 +1354,7 @@ print "RANLIB =$target{ranlib}\n"; print "ARFLAGS =$target{arflags}\n"; print "PERL =$config{perl}\n"; -run_dofile("$Makefile.in","$Makefile.new"); - -run_dofile("include/openssl/opensslconf.h.in", "include/openssl/opensslconf.h"); +run_dofile("$Makefile.in","$Makefile"); run_dofile("include/openssl/opensslconf.h.in", "include/openssl/opensslconf.h"); -- 2.25.1