Module: sip-router
Branch: 4.0
Commit: 70ab195f753956a3f891d992787a76c2c4ff643b
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=70ab195…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: Sat Apr 6 22:04:51 2013 +0200
snmpstats fix typo in Makefile.
(cherry picked from commit bddf66407ef7521f3d1f1e941b4c1e104e59d1ef)
---
modules/snmpstats/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/snmpstats/Makefile b/modules/snmpstats/Makefile
index 0086ef1..2d4af2a 100644
--- a/modules/snmpstats/Makefile
+++ b/modules/snmpstats/Makefile
@@ -15,7 +15,7 @@ else
INSTALLMIBDIR = $(cfg-prefix)$(shell net-snmp-config --prefix)/share/snmp/mibs
endif
-ifeq($(EMBEDDED_PERL),1)
+ifeq ($(EMBEDDED_PERL),1)
#
# Enable this part if you compile on Centos 5 or another system that has a
# packaged snmpd with embedded perl and libwrap support