Commit 4c140896 authored by Richard Levitte's avatar Richard Levitte
Browse files

Small fixes after the Big apps cleanup



This fixes util/mk1mf.pl, which was looking for old variable names from
apps/Makefile.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 57d5edad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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")