fix dep rules when calling the automake based module makefiles

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15886 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-12-10 22:39:44 +00:00
parent 283a01b272
commit 691549c293
1 changed files with 6 additions and 0 deletions

View File

@ -11,3 +11,9 @@ LIBS+=> $(MODNAME).log || error="yes";if test -n "$(VERBOSE)" -o "$$error" = "ye
moddir=@modinstdir@ moddir=@modinstdir@
all-modules: all all-modules: all
depend-modules: depend
clean-modules: clean
install-modules: install
uninstall-modules: uninstall
distclean-modules: distclean
extraclean-modules: extraclean