diff options
| author | Tim Watson <tim@rabbitmq.com> | 2013-01-23 11:05:43 +0000 |
|---|---|---|
| committer | Tim Watson <tim@rabbitmq.com> | 2013-01-23 11:05:43 +0000 |
| commit | 7d255f537200ecd16a7a706f5f773b6299606827 (patch) | |
| tree | b72e66276039aa440a82e8560f39bf6681d034d2 /Makefile | |
| parent | afe81fd2e1472b59080ce2bf130562e42c1c2c25 (diff) | |
| parent | 6ffb639c0684136c94ece4f1dc196bc9198a197d (diff) | |
| download | rabbitmq-server-git-7d255f537200ecd16a7a706f5f773b6299606827.tar.gz | |
merge bug24980 into default
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ $(BASIC_PLT): $(BEAM_TARGETS) else \ dialyzer --output_plt $@ --build_plt \ --apps erts kernel stdlib compiler sasl os_mon mnesia tools \ - public_key crypto ssl; \ + public_key crypto ssl xmerl; \ fi clean: |
