Build Failed with last android NDK

I have try to use the eclipse to compiling the samples in addon-powervr_graphics_sdk_3_1_-_opengl_es2_0-imagination_technologies_ltd-10. I work on windows.

I get this error: D:/IOS/DevKit/android-ndk-r8e-windows-x86/android-ndk-r8e/build/core/build-binary.mk:272: *** multiple target patterns. Stop.

Please help me to fix it. Thank you very much.

Strange

can this link help you ?

http://www.eclipse.org/forums/index.php?t=msg&goto=188883&

Strange
can this link help you ?
http://www.eclipse.org/forums/index.php?t=msg&goto=188883&


I have fixed the problem. I changed the Android.mk and Application.mk in the jni folder.
I add the the var at the first line and remove the other LOCAL_PATH define in Android.mk
LOCAL_PATH := $(call my-dir)
ECLIPSE_PROJECT := ../

and I changed the APP_ABI := armeabi-v7a in the Application.mk

Then clean the project and build it. It works well.