remove static make name from script

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2865 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-09-29 06:02:37 +00:00
parent 4368a2cbd5
commit e7b2126bea
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ opts="-fPIC"
fi
CFLAGS=$opts ./configure $@
make
make install
$MAKE
$MAKE install