mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
fix dependencies when doing make mod_modname
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16269 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a6d9ae94ae
commit
bfd6a899fd
@ -329,7 +329,7 @@ pkgconfig_DATA = build/freeswitch.pc
|
||||
$(switch_builddir)/modules.conf:
|
||||
if test -f $@; then touch $@; else cp $(switch_srcdir)/build/modules.conf.in $@ ;fi
|
||||
|
||||
$(OUR_MODULES): $(switch_builddir)/modules.conf
|
||||
$(OUR_MODULES): $(switch_builddir)/modules.conf libfreeswitch.la
|
||||
@set fnord $$MAKEFLAGS; amf=$$2; \
|
||||
(cd src/mod && $(MAKE) $(AM_MAKEFLAGS) $@) \
|
||||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user