From c23df4c98173f0733945f3d14009cdd5ffbee36b Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Sat, 21 Dec 2013 22:40:44 +0000 Subject: Fixed mistake in commit c5510caa2a0ce6ad9a153fee094fe50855313450 ( Fix compilation of unittests under Clang ) --- unittests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/Makefile b/unittests/Makefile index dd005620..175ccdd5 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -16,7 +16,7 @@ include $(LEVEL)/Makefile.common # Remove -fno-rtti as this prevents typeid() being used # in gtest -CXX.Flags := $(filter-out -fno-rtti,$(CPP.Flags)) +CXX.Flags := $(filter-out -fno-rtti,$(CXX.Flags)) clean:: $(Verb) $(RM) -f *Tests -- cgit 1.4.1