From 7eae8ab2b332a31104583031f3d8e761339beab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 24 Nov 2018 09:11:44 +0100 Subject: Update the OTP-REG.mib file download location --- test/core_app.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core_app.mk') diff --git a/test/core_app.mk b/test/core_app.mk index 74f7472..48d1105 100644 --- a/test/core_app.mk +++ b/test/core_app.mk @@ -877,7 +877,7 @@ core-app-mib: build clean $i "Download .mib files from Erlang/OTP" $t mkdir $(APP)/mibs/ $t curl -s -o $(APP)/mibs/EX1-MIB.mib $(OTP_MASTER)/lib/snmp/examples/ex1/EX1-MIB.mib - $t curl -s -o $(APP)/mibs/OTP-REG.mib $(OTP_MASTER)/lib/otp_mibs/mibs/OTP-REG.mib + $t curl -s -o $(APP)/mibs/OTP-REG.mib $(OTP_MASTER)/lib/snmp/mibs/OTP-REG.mib $i "Generate .erl files dependent from headers generated by .mib files" $t printf "%s\n" "-module(use_v1)." "-include(\"EX1-MIB.hrl\")." > $(APP)/src/use_v1.erl -- cgit v1.2.3