From 4c86cbb6f8108c06c4ec57be120fc1fcb050866a Mon Sep 17 00:00:00 2001 From: Andrew Hsieh <andrewhsieh@google.com> Date: Mon, 14 Apr 2014 11:14:41 -0700 Subject: [PATCH 2/3] Compile only "lite" mclinker Change-Id: I20be83e0418af331ea752e2c1dfe5b83aa53958c --- tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index fa91a8b..ebddaf4 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,3 +1,3 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = lite mcld +SUBDIRS = lite # mcld -- 1.9.1.423.g4596e3a