tweak to run in pieces

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2930 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-10-02 01:27:06 +00:00
parent c61584b6e5
commit 0bea969515
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ fi
./configure $@ $opts
$MAKE clean uninstall all
$MAKE clean
$MAKE uninstall
$MAKE
$MAKE install