提交 9c7657f9 authored 作者: Stefan Knoblich's avatar Stefan Knoblich

Fix modmake.rules include path for real (yes this way s*cks, but escaping the $ does not work...)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8347 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 5e9c36e8
......@@ -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 $(BASE)/build/modmake.rules' >> Makefile ; \
echo "include $$rulesdir/build/modmake.rules" >> Makefile ; \
fi ;
$(CURLLA):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论