diff options
author | Björn Gustavsson <[email protected]> | 2011-07-07 15:10:21 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-08-08 13:13:55 +0200 |
commit | 778b1e21ada52974e7a913644a8b82c13afd7be2 (patch) | |
tree | 71f36bfdd1b66c40caafe6506ec9bf926cfde28e /lib | |
parent | 91d0217f13bc44820e4e3d17abaeb4ad725c3114 (diff) | |
download | otp-778b1e21ada52974e7a913644a8b82c13afd7be2.tar.gz otp-778b1e21ada52974e7a913644a8b82c13afd7be2.tar.bz2 otp-778b1e21ada52974e7a913644a8b82c13afd7be2.zip |
dialyzer: Remove special-case build in the top Makefile
There used to be a requirement that Dialyzer was build at the
very end. Since this requirement has been dropped, remove the
special-case build targets for Dialyzer in the top-level
Makefile.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index e3da390dd4..c443425f8b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -48,7 +48,8 @@ else diameter \ cosTransactions cosEvent cosTime cosNotification cosProperty \ cosFileTransfer cosEventDomain et megaco webtool \ - xmerl edoc eunit ssh inviso typer docbuilder erl_docgen common_test percept + xmerl edoc eunit ssh inviso typer docbuilder erl_docgen \ + common_test percept dialyzer # dialyzer OTHER_SUB_DIRECTORIES += hipe else # BUILD_ALL on unix @@ -59,7 +60,8 @@ else diameter \ cosTransactions cosEvent cosTime cosNotification \ cosProperty cosFileTransfer cosEventDomain et megaco webtool \ - xmerl edoc eunit ssh inviso typer docbuilder erl_docgen common_test percept + xmerl edoc eunit ssh inviso typer docbuilder erl_docgen \ + common_test percept dialyzer # dialyzer OTHER_SUB_DIRECTORIES += hipe $(TSP_APP) endif |