From 733258cc76735e574bb7920ebd04162c0ad6a34c Mon Sep 17 00:00:00 2001 From: ohair Date: Wed, 9 Mar 2011 16:26:38 -0800 Subject: [PATCH] 7026167: Broken fastdebug only build Reviewed-by: cl --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d93b3195ec..04207005ad 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,8 @@ endif all:: all_product_build +all_product_build:: + # Everything for a full product build ifeq ($(SKIP_PRODUCT_BUILD), false) -- GitLab