Makefile: No parenthesis for getting Linphone version

Otherwise make would complain about no closing parenthesis.
This commit is contained in:
Guillaume Beraudo 2012-08-07 13:56:06 +02:00
parent 796026f061
commit f70266eab0

View file

@ -3,7 +3,7 @@ SDK_PATH=$(shell dirname `which android`)
NUMCPUS=$(shell grep -c '^processor' /proc/cpuinfo || echo "4" ) NUMCPUS=$(shell grep -c '^processor' /proc/cpuinfo || echo "4" )
TOPDIR=$(shell pwd) TOPDIR=$(shell pwd)
PATCH_FFMPEG=$(shell cd submodules/externals/ffmpeg && git status | grep neon) 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 KEYSTORE=bc-android.keystore
KEYALIAS=nw8000 KEYALIAS=nw8000