Properly quote varibles for MAC OS X

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@299907 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Paul Belanger
2010-12-29 18:22:23 +00:00
parent 1c673d24ed
commit 932c292a87
3 changed files with 10 additions and 7 deletions

View File

@@ -144,6 +144,9 @@ endif
all: prefixcmd $(SOUNDS_CACHE_DIR) $(CORE_SOUNDS) $(EXTRA_SOUNDS) $(MOH)
prefixcmd:
if [ -d $(TMPDATADIR) ] ; then \
rm -rf $(TMPDATADIR) ; \
fi
@$(PREFIXCMD)
have_download: