]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak to run in pieces
authorMichael Jerris <mike@jerris.com>
Mon, 2 Oct 2006 01:27:06 +0000 (01:27 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 2 Oct 2006 01:27:06 +0000 (01:27 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2930 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/srtp.build.sh

index 393f9194b81f197b3b774547868adf80d36d1687..e7a2b11b1ad430a27b47196a5ff889d86e0c0b0a 100755 (executable)
@@ -7,7 +7,9 @@ fi
 
 ./configure $@ $opts
 
-$MAKE clean uninstall all
+$MAKE clean
+$MAKE uninstall
+$MAKE 
 $MAKE install