diff options
author | Micael Karlberg <[email protected]> | 2018-04-26 16:08:44 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2018-09-27 15:28:21 +0200 |
commit | 1a2c2e4cfaf8c08b76537b8f37ffdd90832bba94 (patch) | |
tree | 53189e6c154ec10f89be15c7e74d8499f214b1a0 /lib/Makefile | |
parent | b2cc7b079264acdf9efabcf10ba3fdfb150d7018 (diff) | |
download | otp-1a2c2e4cfaf8c08b76537b8f37ffdd90832bba94.tar.gz otp-1a2c2e4cfaf8c08b76537b8f37ffdd90832bba94.tar.bz2 otp-1a2c2e4cfaf8c08b76537b8f37ffdd90832bba94.zip |
[otp_mibs] Prep removing otp_mibs
OTP-14984
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index cdb3f3f3dc..6605c6145c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -28,7 +28,7 @@ ERTS_APPLICATIONS = stdlib sasl kernel compiler ERLANG_APPLICATIONS = tools common_test runtime_tools inets parsetools # These are only build if -a is given to otp_build or make is used directly -ALL_ERLANG_APPLICATIONS = xmerl edoc erl_docgen snmp otp_mibs erl_interface \ +ALL_ERLANG_APPLICATIONS = xmerl edoc erl_docgen snmp erl_interface \ asn1 jinterface \ wx debugger reltool \ mnesia crypto os_mon syntax_tools \ |