mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 18:13:27 +00:00
Do not expand BASE variable while creating Makefiles for modules (so you can actually move the freeswitch source around after a build)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8346 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
fcd2a7b045
commit
5e9c36e859
@ -93,7 +93,7 @@ Makefile:
|
|||||||
@if test ! -f $@; then \
|
@if test ! -f $@; then \
|
||||||
if ! pwd | grep $(switch_srcdir)/src/mod ; then rulesdir=$(switch_srcdir) ; else rulesdir=../../../.. ; fi ; \
|
if ! pwd | grep $(switch_srcdir)/src/mod ; then rulesdir=$(switch_srcdir) ; else rulesdir=../../../.. ; fi ; \
|
||||||
echo BASE=$$rulesdir > Makefile ; \
|
echo BASE=$$rulesdir > Makefile ; \
|
||||||
echo "include $(BASE)/build/modmake.rules" >> Makefile ; \
|
echo 'include $(BASE)/build/modmake.rules' >> Makefile ; \
|
||||||
fi ;
|
fi ;
|
||||||
|
|
||||||
$(CURLLA):
|
$(CURLLA):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user