From 7fe0d8938842e34d22f393fd4a586ba634e73283 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Sun, 20 Aug 2006 08:31:02 +0000 Subject: [PATCH] Fix for http://trac.freeswitch.org/ticket/6 . Thanks alek git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2343 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/srtp.build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/srtp.build.sh b/libs/srtp.build.sh index be7c7dfbbf..393f9194b8 100755 --- a/libs/srtp.build.sh +++ b/libs/srtp.build.sh @@ -7,8 +7,8 @@ fi ./configure $@ $opts -make clean uninstall all -make install +$MAKE clean uninstall all +$MAKE install