[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Mon Apr 27 13:55:19 UTC 2015
The branch master has been updated
via 4c1408962aeb8100846c01536b2f69f5e781f7d8 (commit)
from 57d5edada75686fb1c19ce1bbf3e16f4f2784303 (commit)
- Log -----------------------------------------------------------------
commit 4c1408962aeb8100846c01536b2f69f5e781f7d8
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Apr 27 11:02:36 2015 +0200
Small fixes after the Big apps cleanup
This fixes util/mk1mf.pl, which was looking for old variable names from
apps/Makefile.
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
util/mk1mf.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index e0a44cc..454dcd2 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -399,7 +399,7 @@ for (;;)
if ($key =~ /^[A-Z0-9_]*TEST$/ && (!$fipscanisteronly || $dir =~ /^fips/ ))
{ $test.=&var_add($dir,$val, 0); }
- if (($key eq "PROGS") || ($key eq "E_OBJ"))
+ if ($key eq "EXE_OBJ")
{ $e_exe.=&var_add($dir,$val, 0); }
if ($key eq "LIB")
More information about the openssl-commits
mailing list