From 8b47221ff8c77281eb55c5c671f23ae455cfe6bd Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Mon, 14 Oct 2013 13:02:50 -0600 Subject: [PATCH] Small bugfixes in sub.mk. --- mk/sub.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mk/sub.mk b/mk/sub.mk index 6b18e1ee642..47d4edad95a 100644 --- a/mk/sub.mk +++ b/mk/sub.mk @@ -1,3 +1,5 @@ +NULL = + # Tests for these submodules will not be run by the default `make check` target. SLOW_TESTS += \ mozjs \ @@ -216,7 +218,6 @@ CFLAGS_fontconfig += \ "-I$(S)src/platform/android/libexpat/expat/lib" \ "-I$(S)src/platform/android/libfreetype2/include" \ $(NULL) -endif DEPS_skia += \ libfreetype2 \ @@ -231,3 +232,4 @@ NATIVE_BUILD += \ libexpat \ fontconfig \ $(NULL) +endif