fix AIX issues (bug 5874)

This commit is contained in:
Brian Paul
2006-02-14 14:57:04 +00:00
parent 2189d9c96e
commit a5033a0421
2 changed files with 3 additions and 1 deletions

View File

@@ -53,6 +53,8 @@ if [ `uname` = "FreeBSD" ] ; then
CP_FLAGS="-f"
elif [ `uname` = "Darwin" ] ; then
CP_FLAGS="-f"
elif [ `uname` = "AIX" ] ; then
CP_FLAGS="-fh"
else
CP_FLAGS="-fd"
fi