From: Michael Jerris Date: Mon, 2 Oct 2006 01:27:06 +0000 (+0000) Subject: tweak to run in pieces X-Git-Tag: v1.0-beta1~1985 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bea969515bbfe3d4cf45cddb1538b20c85958a9;p=thirdparty%2Ffreeswitch.git tweak to run in pieces git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2930 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/srtp.build.sh b/libs/srtp.build.sh index 393f9194b8..e7a2b11b1a 100755 --- a/libs/srtp.build.sh +++ b/libs/srtp.build.sh @@ -7,7 +7,9 @@ fi ./configure $@ $opts -$MAKE clean uninstall all +$MAKE clean +$MAKE uninstall +$MAKE $MAKE install