diff options
author | Björn Gustavsson <[email protected]> | 2014-02-13 11:44:06 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-02-13 11:44:06 +0100 |
commit | 23625988d50bf77b0573cb1dabe3f1374da2c1bb (patch) | |
tree | c954ded39363df1372d89deb23e6c4fcc7fd6165 | |
parent | ee84fa8ab4debda0670717f6a3cf3c31b790a2a2 (diff) | |
parent | 968dd560ca6567a748804e2356de26a6b75631dc (diff) | |
download | otp-23625988d50bf77b0573cb1dabe3f1374da2c1bb.tar.gz otp-23625988d50bf77b0573cb1dabe3f1374da2c1bb.tar.bz2 otp-23625988d50bf77b0573cb1dabe3f1374da2c1bb.zip |
Merge branch 'bjorn/otp_build-small-system'
* bjorn/otp_build-small-system:
otp_build: Include parsetools in the release of a small system
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 5128241563..6301c882b2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -25,12 +25,12 @@ ERTS_APPLICATIONS = stdlib sasl kernel compiler # Then these have to be build ERLANG_APPLICATIONS = tools test_server common_test runtime_tools \ - inets xmerl edoc erl_docgen + inets xmerl edoc erl_docgen parsetools # These are only build if -a is given to otp_build or make is used directly ALL_ERLANG_APPLICATIONS = snmp otp_mibs erl_interface asn1 jinterface \ wx debugger reltool gs \ - ic mnesia crypto orber os_mon parsetools syntax_tools \ + ic mnesia crypto orber os_mon syntax_tools \ public_key ssl observer odbc diameter \ cosTransactions cosEvent cosTime cosNotification \ cosProperty cosFileTransfer cosEventDomain et megaco webtool \ |