]> granicus.if.org Git - ejabberd/commitdiff
Remove webtool from erlang.plt creation
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Mon, 20 Mar 2017 10:48:17 +0000 (13:48 +0300)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Mon, 20 Mar 2017 10:48:17 +0000 (13:48 +0300)
Makefile.in

index 28c04227f0a44eb5884f14af660da8e3ee4fc0bd..a0b4553dcfa968088b7dbc25df8239a33df0b0b3 100644 (file)
@@ -295,7 +295,7 @@ dialyzer/erlang.plt:
        @mkdir -p dialyzer
        @dialyzer --build_plt --output_plt dialyzer/erlang.plt \
        -o dialyzer/erlang.log --apps kernel stdlib sasl crypto \
-       public_key ssl mnesia inets odbc tools compiler erts webtool \
+       public_key ssl mnesia inets odbc tools compiler erts \
        runtime_tools asn1 observer xmerl et gs wx syntax_tools; \
        status=$$? ; if [ $$status -ne 2 ]; then exit $$status; else exit 0; fi