*** empty log message ***

This commit is contained in:
Dave Murphy 2008-02-17 13:02:24 +00:00
parent e88a772ba1
commit 9f8a1c6f78

View File

@ -22,10 +22,9 @@ then
touch built-libogc touch built-libogc
fi fi
echo "installing libogc ..."
if [ ! -f installed-libogc ] if [ ! -f installed-libogc ]
then then
echo "building libogc ..." echo "installing libogc ..."
$MAKE install $MAKE install
touch installed-libogc touch installed-libogc
fi fi