summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-22 14:50:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-22 14:50:05 +0000
commitf8c39f3cd0869a77b8bcef63e3c66e75f18609f0 (patch)
tree28a399de3a72fd5fa2a07565049dc9a1914d478a /util
parent324abf1d205487b0a324a609447d4e442232962d (diff)
Remove duplicate test rule.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl6
1 files changed, 0 insertions, 6 deletions
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);