diff --git a/Makefile b/Makefile index ea370d1..a86bbbc 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ mod_bcg729.o: bcg729 mod_bcg729.c clone_bcg729: if [ ! -d bcg729 ]; then \ - git clone git://git.linphone.org/bcg729.git; \ + git clone git://git.linphone.org/bcg729.git; pushd bcg729 ; git checkout 1.0.1; popd; \ fi bcg729: clone_bcg729