From bfd6a899fd73fe56cc8ea8b5ad1617470bc45e8b Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 13 Jan 2010 01:06:18 +0000 Subject: [PATCH] fix dependencies when doing make mod_modname git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16269 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2495120af5..10dcdd0544 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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; \