From c4f494a53729c67e3494ae7e596952a2ff9d90b6 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Tue, 3 Apr 2012 11:04:22 +0200 Subject: [PATCH] put all target first --- submodules/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/build/Makefile b/submodules/build/Makefile index 074c16096..72b7b1d5e 100644 --- a/submodules/build/Makefile +++ b/submodules/build/Makefile @@ -22,6 +22,7 @@ enable_gpl_third_parties=yes enable_zrtp=no +.NOTPARALLEL all: check_options build warning ifeq ($(enable_gpl_third_parties)$(enable_zrtp),noyes) check_options: @echo "ZRTP is not available in non-gpl build." @@ -31,7 +32,6 @@ check_options: endif -.NOTPARALLEL all: check_options build warning ifeq ($(enable_gpl_third_parties),yes) warning: @echo