From f6a97629f218bf1d48b8893b006864419dc40f51 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Thu, 14 Feb 2013 13:24:25 +0800 Subject: [PATCH] Makefile - Possible fix for travis CI compile error --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8409f6ec..ce0172c1 100644 --- a/Makefile +++ b/Makefile @@ -60,8 +60,8 @@ install: install-Filesystem SyscallList $(INSTALL_USRLIBS) $(INSTALL_USRAPPS) $( utest: $(USRLIBS:%=utest-%) $(USRLIBS:%=utest-%): utest-%: - @$(SUBMAKE) -C Usermode/Libraries/$*_src generate_exp - @$(SUBMAKE) -C Usermode/Libraries/$*_src utest -k + @CC=$(NCC) $(SUBMAKE) -C Usermode/Libraries/$*_src generate_exp + @CC=$(NCC) $(SUBMAKE) -C Usermode/Libraries/$*_src utest -k mtest: ; -- 2.20.1