fix for OSX

This commit is contained in:
Dave Murphy 2012-04-04 16:31:14 +01:00
parent 5a4d546762
commit d43247bbcc

View File

@ -83,10 +83,10 @@ then
touch bootstrap-sdk
fi
if [ ! -f configure-sdk ]
if [ ! -f configured-sdk ]
then
CFLAGS_FOR_HOST=$cflags LDFLAGS=$ldflags ./configure --with-pspdev="$prefix" $CROSS_PARAMS || { echo "ERROR RUNNING PSPSDK CONFIGURE"; exit 1; }
touch configure-sdk
CFLAGS_FOR_HOST=$cflags LDFLAGS=$ldflags ./configure --with-pspdev="$prefix" --disable-dependency-tracking $CROSS_PARAMS || { echo "ERROR RUNNING PSPSDK CONFIGURE"; exit 1; }
touch configured-sdk
fi
if [ ! -f install-sdk-data ]