From 71ffefae4e68c7dbb82254c004a8116b6d3550f2 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 25 Dec 2007 16:55:33 +0000 Subject: [PATCH] change around build order a little git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6978 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- build/modmake.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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