aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-25 20:07:34 +0100
committerRichard Levitte <levitte@openssl.org>2016-01-25 20:36:43 +0100
commit52cdc9970de5f0e884d829d8dfa23c89c51527f9 (patch)
tree2f28c796c61030d58b513af701ede1167b07dec8
parent971a725be4c247508c883e6020d2c312c44918c3 (diff)
downloadopenssl-52cdc9970de5f0e884d829d8dfa23c89c51527f9.tar.gz
Misc fixups
The goal is Makefile, not Makefile.new Remove the second generation of opensslconf.h Reviewed-by: Rich Salz <rsalz@openssl.org>
-rwxr-xr-xConfigure4
1 files changed, 1 insertions, 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");