From: Richard Levitte Date: Mon, 27 Apr 2015 09:02:36 +0000 (+0200) Subject: Small fixes after the Big apps cleanup X-Git-Tag: OpenSSL_1_1_0-pre1~1267 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=4c1408962aeb8100846c01536b2f69f5e781f7d8;hp=57d5edada75686fb1c19ce1bbf3e16f4f2784303 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 --- diff --git a/util/mk1mf.pl b/util/mk1mf.pl index e0a44ccfdf..454dcd2790 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")