summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
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