From 0bea969515bbfe3d4cf45cddb1538b20c85958a9 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 2 Oct 2006 01:27:06 +0000 Subject: [PATCH] tweak to run in pieces git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2930 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/srtp.build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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