picky picky

This commit is contained in:
Brian West 2010-06-01 16:14:42 -05:00
parent 6360264fb2
commit 187c3b90f2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ $(OUR_MODULES) $(OUR_CLEAN_MODULES) $(OUR_INSTALL_MODULES) $(OUR_UNINSTALL_MODUL
fi ; \ fi ; \
if test -z "$$target" ; then target="all" ; fi ; \ if test -z "$$target" ; then target="all" ; fi ; \
if ! test -f $$moddir/$$modname.c && ! test -f $$moddir/$$modname.cpp ; \ if ! test -f $$moddir/$$modname.c && ! test -f $$moddir/$$modname.cpp ; \
then echo ; echo "WARNING $$modname is not a valid FreeSWITCH module dir, skipping it....." ; else \ then echo ; echo "WARNING $$modname is not a valid FreeSWITCH module dir, skipping it..." ; else \
echo ;\ echo ;\
echo making $$target $$modname ;\ echo making $$target $$modname ;\
test -d "$$buildmoddir" || mkdir -p $$buildmoddir ; \ test -d "$$buildmoddir" || mkdir -p $$buildmoddir ; \