diff --git a/Makefile b/Makefile index 6ad4d13..d519358 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,9 @@ mod_bcg729.o: bcg729 mod_bcg729.c clone_bcg729: if [ ! -d bcg729 ]; then \ - git clone git://git.linphone.org/bcg729.git; pushd bcg729 ; git checkout 1.0.3; popd; \ + git clone git://git.linphone.org/bcg729.git; \ fi + pushd bcg729 ; git checkout 1.0.3; popd; bcg729: clone_bcg729 cd bcg729 && sh autogen.sh && CFLAGS=-fPIC ./configure && make && cd ..