From: Dr. Stephen Henson Date: Tue, 22 Feb 2011 14:50:05 +0000 (+0000) Subject: Remove duplicate test rule. X-Git-Tag: OpenSSL-fips-2_0-rc1~707 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8c39f3cd0869a77b8bcef63e3c66e75f18609f0;p=openssl Remove duplicate test rule. --- diff --git a/util/mk1mf.pl b/util/mk1mf.pl index 24898a4227..068b704916 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -853,12 +853,6 @@ foreach (split(/\s+/,$test)) $tt="\$(OBJ_D)${o}$t${obj}"; $rules.=&do_link_rule("\$(TEST_D)$o$t$exep",$tt,"\$(LIBS_DEP)","$t_libs \$(EX_LIBS)", $ltype); } -foreach (split(/\s+/,$test)) - { - $t=&bname($_); - $tt="\$(OBJ_D)${o}$t${obj}"; - $rules.=&do_link_rule("\$(TEST_D)$o$t$exep",$tt,"\$(LIBS_DEP)","\$(L_LIBS) \$(EX_LIBS)"); - } $defs.=&do_defs("E_SHLIB",$engines . $otherlibs,"\$(ENG_D)",$shlibp);