Repository: thrift Updated Branches: refs/heads/master 7388037fa -> f892674d1
THRIFT-3421 rebar as dependency instead of bundling Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/f892674d Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/f892674d Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/f892674d Branch: refs/heads/master Commit: f892674d1755cef3b358979fd2dd644f1db3cae3 Parents: 7388037 Author: Roger Meier <[email protected]> Authored: Sun Nov 15 01:50:38 2015 +0100 Committer: Roger Meier <[email protected]> Committed: Sun Nov 15 01:50:38 2015 +0100 ---------------------------------------------------------------------- test/erl/Makefile.am | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/f892674d/test/erl/Makefile.am ---------------------------------------------------------------------- diff --git a/test/erl/Makefile.am b/test/erl/Makefile.am index b489d8e..be8b4f5 100644 --- a/test/erl/Makefile.am +++ b/test/erl/Makefile.am @@ -18,7 +18,6 @@ # THRIFT = $(top_builddir)/compiler/cpp/thrift -REBAR = $(top_srcdir)/lib/erl/rebar THRIFT_FILES = $(wildcard ../*.thrift)
