From f70266eab0ec91010d00957ada40294a43d709b7 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Tue, 7 Aug 2012 13:56:06 +0200 Subject: [PATCH] Makefile: No parenthesis for getting Linphone version Otherwise make would complain about no closing parenthesis. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4f8731b9..6e6e5e128 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SDK_PATH=$(shell dirname `which android`) 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/\].*//' ) +LINPHONE_VERSION=$(shell grep -e '^.C_INIT' submodules/linphone/configure.ac | sed -e 's/.*linphone]\,\[//' |sed -e 's/\].*//' ) KEYSTORE=bc-android.keystore KEYALIAS=nw8000