aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2012-03-13 17:35:18 +0100
committerMicael Karlberg <[email protected]>2012-03-13 17:35:18 +0100
commitda92034283c1813d6d06feb39f064d7d8f76f951 (patch)
tree2e47c8636b80d227fd33a505efcfbebe174f6482 /lib/snmp
parent2836a9430dbc70903d78b5b7bb7234352a7d8585 (diff)
downloadotp-da92034283c1813d6d06feb39f064d7d8f76f951.tar.gz
otp-da92034283c1813d6d06feb39f064d7d8f76f951.tar.bz2
otp-da92034283c1813d6d06feb39f064d7d8f76f951.zip
[snmp] Fixing test MIB dependency
Some test MIBs depend on each other (imports), which must be defined or parallell make may fail. OTP-9969
Diffstat (limited to 'lib/snmp')
-rw-r--r--lib/snmp/test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/snmp/test/Makefile b/lib/snmp/test/Makefile
index 78ffb1c255..8c1f53e51a 100644
--- a/lib/snmp/test/Makefile
+++ b/lib/snmp/test/Makefile
@@ -224,6 +224,9 @@ $(SNMP_BIN_TARGET_DIR)/Klas4.bin: $(SNMP_BIN_TARGET_DIR)/Klas3.bin
$(SNMP_BIN_TARGET_DIR)/SA-MIB.bin: $(SNMP_BIN_TARGET_DIR)/OLD-SNMPEA-MIB.bin
+$(SNMP_BIN_TARGET_DIR)/Test3.bin: $(SNMP_BIN_TARGET_DIR)/Test2.bin
+
+
# ----------------------------------------------------
# Release Target
# ----------------------------------------------------