diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/nec-superux14.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nec-superux14.1 b/config/nec-superux14.1 index 09d6e7a..4f435b3 100644 --- a/config/nec-superux14.1 +++ b/config/nec-superux14.1 @@ -35,7 +35,7 @@ if test "X-" = "X-$CC"; then fi # The default archiver is `sxar' AR=${AR:-sxar} -RANLIB=${RANLIB:=" "} +RANLIB=${RANLIB:=":"} if test "X-" = "X-$CXX"; then CXX="sxc++ -size_t64 -xint -Kexceptions" |