From 6832511d3f775c82e64094791afbd0fbc0287129 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Thu, 8 Jul 2010 15:15:53 -0700 Subject: Also need to disable calling make tests install. Review URL: http://codereview.chromium.org/2913005 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 638d512a..70bf0364 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ clean: install: $(MAKE) -C utility install $(MAKE) -C cgpt install - $(MAKE) -C tests install +# $(MAKE) -C tests install runtests: $(MAKE) -C tests runtests -- cgit v1.2.1