From 543f7448cfa3e53d343e83ac6e03faa178675664 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 6 Dec 2012 12:09:24 +0100 Subject: [PATCH] Fix Makefile for MacOSX --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc2641564..4e9532f7c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NUMCPUS=$(shell grep -c '^processor' /proc/cpuinfo || echo "4" ) TOPDIR=$(shell pwd) PATCH_FFMPEG=$(shell cd submodules/externals/ffmpeg && git status | grep neon) LINPHONE_VERSION=$(shell grep -e '^.C_INIT' submodules/linphone/configure.ac | sed -e 's/.*linphone]\,\[//' |sed -e 's/\].*//' ) -ANDROID_MOST_RECENT_TARGET=$(shell android list target -c | grep android | sort -V | tail -n1) +ANDROID_MOST_RECENT_TARGET=$(shell android list target -c | nl -ba | grep android | sort | tail -n1 | cut -f2-) KEYSTORE=bc-android.keystore KEYALIAS=nw8000