*** 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
fi
echo "installing libogc ..."
if [ ! -f installed-libogc ]
then
echo "building libogc ..."
echo "installing libogc ..."
$MAKE install
touch installed-libogc
fi