From 6fc2f82ded8aa99dc996f34084aec40903a05b86 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 23 Oct 2012 11:39:00 +0200 Subject: [PATCH] Improve all target of makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 803b94c5b..1cbeba338 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ 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/\].*//' ) -all: prepare-sources generate-libs generate-apk install-apk run-linphone +all: update-project prepare-sources install-apk run-linphone prepare-ffmpeg: ifeq ($(PATCH_FFMPEG),)