[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Mon Jan 25 19:36:47 UTC 2016
The branch master has been updated
via 52cdc9970de5f0e884d829d8dfa23c89c51527f9 (commit)
from 971a725be4c247508c883e6020d2c312c44918c3 (commit)
- Log -----------------------------------------------------------------
commit 52cdc9970de5f0e884d829d8dfa23c89c51527f9
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Jan 25 20:07:34 2016 +0100
Misc fixups
The goal is Makefile, not Makefile.new
Remove the second generation of opensslconf.h
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Configure | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Configure b/Configure
index aeabe1e..2e88a73 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");
More information about the openssl-commits
mailing list