aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-19 14:16:12 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-19 14:16:12 +0000
commitd275c13edc5e487e0d6878a1574ed3a1cb9d76df (patch)
tree1d982f558e75d73ac3bb505545fbbeea34bd6072 /utils
parente3f9e0540a73af53f039228ce4360a4b13d7caa4 (diff)
be a little more consistent with our variable usage
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43257 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 9d3f5434c..084a01ab1 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -15,7 +15,7 @@
UTILS:=astman smsq stereorize streamplayer aelparse muted
-ifeq (${OSARCH},SunOS)
+ifeq ($(OSARCH),SunOS)
LIBS+=-lsocket -lnsl
UTILS:=$(filter-out muted,$(UTILS))
endif