Subzero: Fix the broken "make presubmit-lite". BUG= none R=kschimpf@google.com Review URL: https://codereview.chromium.org/1819153002 .
diff --git a/Makefile.standalone b/Makefile.standalone index e778c35..716e8d6 100644 --- a/Makefile.standalone +++ b/Makefile.standalone
@@ -673,7 +673,7 @@ +make -f Makefile.standalone format # Verify MINIMAL build, plus proper usage of REQUIRES in lit tests. +make -f Makefile.standalone \ - MINIMAL=1 check $(SB_OBJDIR)/pnacl-sz.x8664.nexe + MINIMAL=1 check sb-lite # Check that there are no g++ build errors or warnings. +make -f Makefile.standalone \ GPLUSPLUS=1 compile_only