1Fix the broken libjson makefile. 2 3Signed-off-by: Simon Dawson <spdawson@gmail.com> 4 5diff -Nurp a/makefile b/makefile 6--- a/makefile 2012-05-30 10:15:42.000000000 +0100 7+++ b/makefile 2013-03-27 18:45:34.814670534 +0000 8@@ -170,7 +170,7 @@ include_path = $(prefix)/$(includedi 9 # Usage check 10 ifdef CXXFLAGS 11 ifdef BUILD_TYPE 12- $(error CXXFLAGS and BUILD_TYPE are mutually exclusive) 13+$(error CXXFLAGS and BUILD_TYPE are mutually exclusive) 14 endif 15 endif 16 17