[svn-r405] Irix systems do not need to use ranlib command. Set RANLIB

to ':' to make it a null action.
This commit is contained in:
Albert Cheng 1998-06-04 01:54:10 -05:00
parent fd2f6b9f7f
commit fa96fe2b02
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
# Compiler flags. The CPPFLAGS values should not include package debug
# flags like `-DH5G_DEBUG' since these are added with the
# `--enable-debug' switch of configure.
RANLIB=:
# What must *always* be present for things to compile correctly?
CFLAGS="$CFLAGS -ansi -n32"

View File

@ -12,6 +12,7 @@
# Use SGI supplied C compiler
CC="cc"
RANLIB=:
# What must *always* be present for things to compile correctly?
# Always turn off these warnings: