aboutsummaryrefslogtreecommitdiffstats
path: root/test/core_app.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-24 09:11:44 +0100
committerLoïc Hoguin <[email protected]>2018-11-24 09:11:44 +0100
commit7eae8ab2b332a31104583031f3d8e761339beab4 (patch)
treec8dfd281a8ab06994bbbd0e93ca250e52732817c /test/core_app.mk
parent424a3dfb55d94ed0d59c57832f373afbfd8cdb2c (diff)
downloaderlang.mk-7eae8ab2b332a31104583031f3d8e761339beab4.tar.gz
erlang.mk-7eae8ab2b332a31104583031f3d8e761339beab4.tar.bz2
erlang.mk-7eae8ab2b332a31104583031f3d8e761339beab4.zip
Update the OTP-REG.mib file download location
Diffstat (limited to 'test/core_app.mk')
-rw-r--r--test/core_app.mk2
1 files changed, 1 insertions, 1 deletions
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