aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-06-30 11:13:29 +0200
committerBjörn Gustavsson <[email protected]>2011-08-08 11:59:12 +0200
commit4aaf5ecf26c614d5d0bbaf20436264a030712575 (patch)
tree1cd0e6f2e6724dae50fd70f60b89427cb7c9317c
parent7d461f371e2aa8268fc1b65472a5d98182b7e711 (diff)
downloadotp-4aaf5ecf26c614d5d0bbaf20436264a030712575.tar.gz
otp-4aaf5ecf26c614d5d0bbaf20436264a030712575.tar.bz2
otp-4aaf5ecf26c614d5d0bbaf20436264a030712575.zip
os_mon: Support parallel make
-rw-r--r--lib/os_mon/mibs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/os_mon/mibs/Makefile b/lib/os_mon/mibs/Makefile
index cbbc337491..a361fef378 100644
--- a/lib/os_mon/mibs/Makefile
+++ b/lib/os_mon/mibs/Makefile
@@ -78,6 +78,9 @@ $(SNMP_BIN_TARGET_DIR)/OTP-MIB.bin: $(ERL_TOP)/lib/$(OTP_MIBDIR)/mibs/OTP-MI
v1/%.mib.v1: %.mib
$(ERL_TOP)/lib/snmp/bin/snmp-v2tov1 -o $@ $<
+$(SNMP_BIN_TARGET_DIR)/OTP-OS-MON-MIB.bin: \
+ $(SNMP_BIN_TARGET_DIR)/OTP-REG.bin \
+ $(SNMP_BIN_TARGET_DIR)/OTP-MIB.bin \
# ----------------------------------------------------
# Release Target