From: Michael Jerris Date: Tue, 25 Dec 2007 16:55:33 +0000 (+0000) Subject: change around build order a little X-Git-Tag: v1.0-rc1~916 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71ffefae4e68c7dbb82254c004a8116b6d3550f2;p=thirdparty%2Ffreeswitch.git change around build order a little git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6978 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/build/modmake.rules.in b/build/modmake.rules.in index 6ca265b0d4..008b710731 100644 --- a/build/modmake.rules.in +++ b/build/modmake.rules.in @@ -80,7 +80,7 @@ distclean: Makefile extraclean: Makefile @$(RECURSE_MAKE) extraclean-modules || exit 1 -all-modules: local_depend local_all $(MODNAME).$(DYNAMIC_LIB_EXTEN) Makefile +all-modules: local_depend $(MODNAME).$(DYNAMIC_LIB_EXTEN) local_all Makefile depend-modules: local_depend clean-modules: local_clean mod_clean install-modules: all-modules depend_install local_install mod_install