summaryrefslogtreecommitdiff
path: root/codecs/gsm
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-04-23 16:23:12 +0000
committerMark Spencer <markster@digium.com>2003-04-23 16:23:12 +0000
commit7d1c585587b9d02c318a2b666c1795a44db11038 (patch)
treeb55d3640eb94f88468c7e64b04c80cd86ee01486 /codecs/gsm
parentd19769f68743058a3987af8c948de2e6538984d3 (diff)
Fix some symbol and Makefile issues
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@886 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/gsm')
-rwxr-xr-xcodecs/gsm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/codecs/gsm/Makefile b/codecs/gsm/Makefile
index 721879da9..01ce9c921 100755
--- a/codecs/gsm/Makefile
+++ b/codecs/gsm/Makefile
@@ -351,12 +351,12 @@ $(LIB):
gsminstall:
-if [ x"$(GSM_INSTALL_ROOT)" != x ] ; then \
- make $(GSM_INSTALL_TARGETS) ; \
+ $(MAKE) $(GSM_INSTALL_TARGETS) ; \
fi
toastinstall:
-if [ x"$(TOAST_INSTALL_ROOT)" != x ]; then \
- make $(TOAST_INSTALL_TARGETS); \
+ $(MAKE) $(TOAST_INSTALL_TARGETS); \
fi
gsmuninstall: