Make xref depend on compile
Project: http://git-wip-us.apache.org/repos/asf/couchdb-lager/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-lager/commit/002555ae Tree: http://git-wip-us.apache.org/repos/asf/couchdb-lager/tree/002555ae Diff: http://git-wip-us.apache.org/repos/asf/couchdb-lager/diff/002555ae Branch: refs/heads/import-master Commit: 002555ae7ca63a908d7bceee962835307eaadd97 Parents: 4a0c5e9 Author: Andrew Thompson <[email protected]> Authored: Tue Jan 28 14:31:26 2014 -0500 Committer: Andrew Thompson <[email protected]> Committed: Tue Jan 28 14:31:26 2014 -0500 ---------------------------------------------------------------------- tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-lager/blob/002555ae/tools.mk ---------------------------------------------------------------------- diff --git a/tools.mk b/tools.mk index 15a55f7..8e0e1b9 100644 --- a/tools.mk +++ b/tools.mk @@ -4,7 +4,7 @@ test: compile docs: ./rebar doc skip_deps=true -xref: +xref: compile ./rebar xref skip_deps=true PLT ?= $(HOME)/.riak_combo_dialyzer_plt
