diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-12-15 13:30:14 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-12-15 13:30:14 +0100 |
commit | 5794bc103abddca70e198857260390b896d737a7 (patch) | |
tree | 1f996d1c55e12b1282068d0914ab64c787de7c92 /lib/Makefile | |
parent | 6cc04a974724f0e115b2c8caa111418ecbd3db97 (diff) | |
download | otp-5794bc103abddca70e198857260390b896d737a7.tar.gz otp-5794bc103abddca70e198857260390b896d737a7.tar.bz2 otp-5794bc103abddca70e198857260390b896d737a7.zip |
percept: Remove application
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 a7f3c9192f..4740e6eb59 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 percept eldap dialyzer hipe + eunit ssh typer eldap dialyzer hipe ifdef BUILD_ALL ERLANG_APPLICATIONS += $(ALL_ERLANG_APPLICATIONS) |