From 0e6bb5f606d31e8258046ed3666ad919fdd8efe8 Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Sat, 10 May 2008 16:01:27 +0000 Subject: [PATCH] ok, sleep helps... git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8351 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- build/modmake.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/modmake.rules.in b/build/modmake.rules.in index a2a4eb3285..88f52f01cf 100644 --- a/build/modmake.rules.in +++ b/build/modmake.rules.in @@ -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):