diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-07-22 13:37:17 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-07-22 13:37:17 +0200 |
commit | 9841993a2329f1c7d2aa1fc4f1fb7c34c91c788a (patch) | |
tree | 49333fc96273baf37dc259b912f0b302b8b1feba /lib/snmp | |
parent | c2a371423621960cfdb49d29bd17e2ae235f7015 (diff) | |
parent | da052b16d47b226eac4c5cf421be3f07aec18386 (diff) | |
download | otp-9841993a2329f1c7d2aa1fc4f1fb7c34c91c788a.tar.gz otp-9841993a2329f1c7d2aa1fc4f1fb7c34c91c788a.tar.bz2 otp-9841993a2329f1c7d2aa1fc4f1fb7c34c91c788a.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/snmp')
-rw-r--r-- | lib/snmp/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snmp/test/Makefile b/lib/snmp/test/Makefile index 546d46a002..f22b7ea8ee 100644 --- a/lib/snmp/test/Makefile +++ b/lib/snmp/test/Makefile @@ -86,7 +86,7 @@ RELSYSDIR = $(RELEASE_PATH)/snmp_test # SNMP FLAGS # ---------------------------------------------------- ifeq ($(SNMP_DEBUG),) - SNMP_DEBUG = d + # SNMP_DEBUG = d endif ifeq ($(SNMP_DEBUG),e) |