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