actually remove sys-includes folder

This commit is contained in:
Dave Murphy 2012-04-13 13:33:53 +01:00
parent f54b0c9c89
commit 053cbe511d
3 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ then
touch installed-gcc-stage1
fi
rm -fr $prefix/sys-include
rm -fr $prefix/$target/sys-include
unset CFLAGS
cd $BUILDDIR

View File

@ -105,7 +105,7 @@ then
rm -fr $INSTALLDIR/devkitPPC/$target/sys-include
fi
rm -fr $prefix/sys-include
rm -fr $prefix/$target/sys-include
#---------------------------------------------------------------------------------
# build and install newlib

View File

@ -74,7 +74,7 @@ then
touch installed-gcc
fi
rm -fr $prefix/sys-include
rm -fr $prefix/$target/sys-include
unset CFLAGS
cd $BUILDDIR/pspsdk-$PSPSDK_VER