From 78bdcae6937c9993f3bfdd91b881d6a0524deafb Mon Sep 17 00:00:00 2001 From: Colin S Date: Thu, 31 Aug 2017 12:21:44 +0200 Subject: [PATCH] For repositories that are even further behind. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d519358..859f4d7 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ clone_bcg729: if [ ! -d bcg729 ]; then \ git clone git://git.linphone.org/bcg729.git; \ fi - pushd bcg729 ; git checkout 1.0.3; popd; + pushd bcg729; git fetch; git checkout 1.0.3; popd; bcg729: clone_bcg729 cd bcg729 && sh autogen.sh && CFLAGS=-fPIC ./configure && make && cd ..