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:
parent
283a01b272
commit
691549c293
|
@ -11,3 +11,9 @@ LIBS+=> $(MODNAME).log || error="yes";if test -n "$(VERBOSE)" -o "$$error" = "ye
|
|||
moddir=@modinstdir@
|
||||
|
||||
all-modules: all
|
||||
depend-modules: depend
|
||||
clean-modules: clean
|
||||
install-modules: install
|
||||
uninstall-modules: uninstall
|
||||
distclean-modules: distclean
|
||||
extraclean-modules: extraclean
|
||||
|
|
Loading…
Reference in New Issue