mirror of
https://github.com/mirror/make.git
synced 2026-09-06 14:44:57 +08:00
* tests/scripts/features/archives: Fix typo
This commit is contained in:
committed by
Paul Smith
parent
621d3196fa
commit
6d6f12b0c3
@@ -36,7 +36,7 @@ my $redir = '2>&1';
|
||||
$redir = '' if $osname eq 'VMS';
|
||||
|
||||
# This is the value from src/default.c
|
||||
my $arflags = $ostype eq 'aix' ? '-Xany -rv' : '-rv';
|
||||
my $arflags = $osname eq 'aix' ? '-Xany -rv' : '-rv';
|
||||
my $arvar = "AR=$ar";
|
||||
|
||||
# Newer versions of binutils can be built with --enable-deterministic-archives
|
||||
|
||||
Reference in New Issue
Block a user