]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix for http://trac.freeswitch.org/ticket/6 . Thanks alek
authorMichael Jerris <mike@jerris.com>
Sun, 20 Aug 2006 08:31:02 +0000 (08:31 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 20 Aug 2006 08:31:02 +0000 (08:31 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2343 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/srtp.build.sh

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