fix --srcdir for modules.conf

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15526 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-11-18 19:46:29 +00:00
parent 0714ff8ff0
commit d7c16b4392
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ libclean:
@for file in `ls ./libs`; do pushd "./libs/"$$file; make clean; rm -f .built; popd; done
modules.conf:
if test -f $@; then touch $@; else cp build/modules.conf.in $@ ;fi
if test -f $@; then touch $@; else cp $(switch_srcdir)/build/modules.conf.in $@ ;fi
$(OUR_MODULES):
@set fnord $$MAKEFLAGS; amf=$$2; \