diff options
author | Siri Hansen <[email protected]> | 2017-03-02 17:36:48 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-03-08 15:13:20 +0100 |
commit | 6a4d4b43914a5898671e7f9dea7988771450af0f (patch) | |
tree | d5a5c54a27768a4f0af359b302b116872954dc2f /lib/Makefile | |
parent | 60a24d2010c98c44d2bf44faca04756049487ec3 (diff) | |
download | otp-6a4d4b43914a5898671e7f9dea7988771450af0f.tar.gz otp-6a4d4b43914a5898671e7f9dea7988771450af0f.tar.bz2 otp-6a4d4b43914a5898671e7f9dea7988771450af0f.zip |
Remove typer application
The application now has an own repo, https://github.com/erlang/typer
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 4740e6eb59..ae466ed518 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -35,7 +35,7 @@ ALL_ERLANG_APPLICATIONS = xmerl edoc erl_docgen snmp otp_mibs erl_interface \ public_key ssl observer odbc diameter \ cosTransactions cosEvent cosTime cosNotification \ cosProperty cosFileTransfer cosEventDomain et megaco \ - eunit ssh typer eldap dialyzer hipe + eunit ssh eldap dialyzer hipe ifdef BUILD_ALL ERLANG_APPLICATIONS += $(ALL_ERLANG_APPLICATIONS) |