]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
build: fix jobserver unavailable bug in make -j (FSBUILD-6)
authorMichael Jerris <mike@jerris.com>
Thu, 4 Jun 2009 22:01:46 +0000 (22:01 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 4 Jun 2009 22:01:46 +0000 (22:01 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13623 d0543943-73ff-0310-b7d9-9358b9ac24b2

build/modmake.rules.in

index 182af4aa296daa7da4dbc14fc025bfc1f74a7f7f..5b72e285da27a3134f7a2b3a91f7ae568177302f 100644 (file)
@@ -57,7 +57,7 @@ RECURSE_SOURCEFILE=`if test -f $$modname.cpp; then echo $$modname.cpp; else echo
 RECURSE_OUR_DEPS=`test -z "$(WANT_CURL)" || if test ! -z "$(LIBCURL_DEPS)"; then echo $(CURLLA); fi `
 RECURSE_OUR_CFLAGS=`test -z "$(WANT_CURL)" || echo $(LIBCURL_CPPFLAGS) ; $(LOCAL_INSERT_CFLAGS) `
 RECURSE_OUR_LDFLAGS=`test -z "$(WANT_CURL)" || echo $(LIBCURL) ; $(LOCAL_INSERT_LDFLAGS) `
-RECURSE_MAKE=modname="$(RECURSE_MODNAME)" ; \
+RECURSE_MAKE=+modname="$(RECURSE_MODNAME)" ; \
                sourcefile="$(RECURSE_SOURCEFILE)" ; \
                osarch=`uname -s` ; \
                ourdefs="$(RECURSE_OUR_DEPS)" ; \