fixed an configure error in rules

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11657 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Nicholas Amorim 2009-02-05 17:29:11 +00:00
parent 686c1c6c1f
commit 14b12d18cd
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -61,7 +61,7 @@ config.status: configure
touch modules.conf
echo $(MODULES)
for i in $(MODULES); do echo $$i >> modules.conf; done
./configure --prefix=/opt/freeswitch --with-modinstdir=/usr/lib/freeswitch/modules --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) ${FEATURES}
./configure --prefix=/opt/freeswitch --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) ${FEATURES}
configure:
if test ! -f Makefile.in ; then \