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@openssl.org>
This commit is contained in:
parent
57d5edada7
commit
4c1408962a
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user