From: Richard Levitte Date: Mon, 25 Jan 2016 19:07:34 +0000 (+0100) Subject: Misc fixups X-Git-Tag: OpenSSL_1_1_0-pre3~423 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=52cdc9970de5f0e884d829d8dfa23c89c51527f9;p=oweals%2Fopenssl.git Misc fixups The goal is Makefile, not Makefile.new Remove the second generation of opensslconf.h Reviewed-by: Rich Salz --- 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");