[Android] build: fix ndk fixup hack

Thomas Guillem git at videolan.org
Mon Oct 27 12:08:35 CET 2014


vlc-ports/android | branch: master | Thomas Guillem <tom at gllm.fr> | Mon Oct 27 12:05:59 2014 +0100| [1a45ecef9eec4fa9748adc142446f8392475df6f] | committer: Thomas Guillem

build: fix ndk fixup hack

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=1a45ecef9eec4fa9748adc142446f8392475df6f
---

 compile.sh |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/compile.sh b/compile.sh
index 515c0b4..bd08b23 100755
--- a/compile.sh
+++ b/compile.sh
@@ -366,11 +366,11 @@ config_undef ()
     touch -d "$previous_change" config.h
 }
 
-# if config dependencies change, ./config.status --recheck
-# is run and overwrite previously hacked config.h. So call make Makefile here
+# if config dependencies change, ./config.status
+# is run and overwrite previously hacked config.h. So call make config.h here
 # and hack config.h after.
 
-make $MAKEFLAGS Makefile
+make $MAKEFLAGS config.h
 
 if [ ${ANDROID_ABI} = "x86" -a ${ANDROID_API} != "android-21" ] ; then
     # NDK x86 libm.so has nanf symbol but no nanf definition, we don't known if



More information about the Android mailing list