Skip to content

Commit 45deeaa

Browse files
committed
Add missed change $(OBJECT) -> $from in xs_make_dynamic_lib
1 parent c4c4f52 commit 45deeaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ExtUtils/MM_Unix.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -995,8 +995,8 @@ sub xs_make_dynamic_lib {
995995
my @m = sprintf '%s : %s $(MYEXTLIB) %s$(DFSEP).exists %s $(PERL_ARCHIVEDEP) $(PERL_ARCHIVE_AFTER) $(INST_DYNAMIC_DEP)'."\n", $to, $from, $todir, $exportlist;
996996
if ($armaybe ne ':'){
997997
$ldfrom = 'tmp$(LIB_EXT)';
998-
push(@m,' $(ARMAYBE) cr '.$ldfrom.' $(OBJECT)'."\n");
999-
push(@m,' $(RANLIB) '."$ldfrom\n");
998+
push(@m," \$(ARMAYBE) cr $ldfrom $from\n");
999+
push(@m," \$(RANLIB) $ldfrom\n");
10001000
}
10011001
$ldfrom = "-all $ldfrom -none" if $Is{OSF};
10021002

0 commit comments

Comments
 (0)