Try again... delete preliminary .bep file and fix typo in the r933 .bep

file for vision.
This commit is contained in:
Scott McCreary
2010-10-21 14:41:26 +00:00
parent 03d9db9970
commit aca0de3566
2 changed files with 1 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ BUILD {
if [ -n "$(setgcc | grep '2')" ]; then
cp Makefile.gcc2 Makefile
else
cp Makefile gcc4 Makefile
cp Makefile.gcc4 Makefile
fi
make
}