diff options
author | Björn Gustavsson <[email protected]> | 2011-06-29 11:08:14 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-08-08 11:59:09 +0200 |
commit | 09a561268be44f936471c225e17080ae7cdfdf4d (patch) | |
tree | 38bf892d2e57873f697fb868392e37a18b5a3cca | |
parent | 3875321c18bf0083599b7b80b3ad4adec4c69156 (diff) | |
download | otp-09a561268be44f936471c225e17080ae7cdfdf4d.tar.gz otp-09a561268be44f936471c225e17080ae7cdfdf4d.tar.bz2 otp-09a561268be44f936471c225e17080ae7cdfdf4d.zip |
lib/Makefile: Only build the runtime_tools application once
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 85e54a61bc..e3da390dd4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -45,7 +45,7 @@ else snmp otp_mibs appmon erl_interface asn1 jinterface gs wx inets ic \ mnesia crypto orber os_mon parsetools syntax_tools pman \ public_key ssl toolbar tv observer debugger reltool odbc \ - runtime_tools diameter \ + diameter \ cosTransactions cosEvent cosTime cosNotification cosProperty \ cosFileTransfer cosEventDomain et megaco webtool \ xmerl edoc eunit ssh inviso typer docbuilder erl_docgen common_test percept @@ -56,7 +56,7 @@ else snmp otp_mibs appmon erl_interface asn1 jinterface wx debugger reltool gs inets \ ic mnesia crypto orber os_mon parsetools syntax_tools \ pman public_key ssl toolbar tv observer odbc \ - runtime_tools diameter \ + diameter \ cosTransactions cosEvent cosTime cosNotification \ cosProperty cosFileTransfer cosEventDomain et megaco webtool \ xmerl edoc eunit ssh inviso typer docbuilder erl_docgen common_test percept |