Small fixes after the Big apps cleanup
authorRichard Levitte <levitte@openssl.org>
Mon, 27 Apr 2015 09:02:36 +0000 (11:02 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 27 Apr 2015 09:02:36 +0000 (11:02 +0200)
This fixes util/mk1mf.pl, which was looking for old variable names from
apps/Makefile.

Reviewed-by: Rich Salz <rsalz@openssl.org>
util/mk1mf.pl

index e0a44ccfdf8e43c1efe410ac2254b5af0dacd844..454dcd27907e169b904d25d54842f0934d284fb9 100755 (executable)
@@ -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")