ok, sleep helps...

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8351 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Stefan Knoblich 2008-05-10 16:01:27 +00:00
parent e0e1d3ad0e
commit 0e6bb5f606
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ Makefile:
@if test ! -f $@; then \
if ! pwd | grep $(switch_srcdir)/src/mod ; then rulesdir=$(switch_srcdir) ; else rulesdir=../../../.. ; fi ; \
echo BASE=$$rulesdir > Makefile ; \
echo "include $$rulesdir/build/modmake.rules" >> Makefile ; \
echo 'include $$(BASE)/build/modmake.rules' >> Makefile ; \
fi ;
$(CURLLA):