*** empty log message ***

This commit is contained in:
Dave Murphy
2007-12-11 00:22:27 +00:00
parent 854bae61c8
commit 299b89be03
5 changed files with 111 additions and 409 deletions

View File

@@ -121,7 +121,7 @@ fi
if [ ! -f installed-g++ ]
then
$MAKE install || { echo "Error installing g++"; exit 1; }
touch built-g++
touch installed-g++
fi
cd $BUILDSCRIPTDIR