change around build order a little

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6978 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-12-25 16:55:33 +00:00
parent df26e27377
commit 71ffefae4e
1 changed files with 1 additions and 1 deletions

View File

@ -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