File 2647-snmp-Updated-dialyzer-make-target.patch of Package erlang
From 58406ca8639f741e99960c236d4cd4ce5c647136 Mon Sep 17 00:00:00 2001
From: Micael Karlberg <bmk@erlang.org>
Date: Tue, 12 Nov 2019 19:02:51 +0100
Subject: [PATCH 2/2] [snmp] Updated dialyzer make target
---
lib/snmp/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/snmp/Makefile b/lib/snmp/Makefile
index df321fc2d1..1a5bed50a5 100644
--- a/lib/snmp/Makefile
+++ b/lib/snmp/Makefile
@@ -143,6 +143,8 @@ $(DIA_PLT): Makefile
-r ../$(APPLICATION)/ebin \
../../lib/kernel/ebin \
../../lib/stdlib/ebin \
+ ../../lib/compiler/ebin \
+ ../../lib/hipe/ebin \
../../lib/runtime_tools/ebin \
../../lib/crypto/ebin \
../../lib/mnesia/ebin \
--
2.16.4