From fdc22ef1a1cef77dedb9c0429c746a81688a5979 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 11 Mar 2011 18:20:13 -0800 Subject: Add llvmext/include to the list of include directories to hopefully put out the burning tinderbox --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 47365a7c..43b66193 100644 --- a/src/Makefile +++ b/src/Makefile @@ -314,7 +314,7 @@ SUPPORT_CS := llvmext/Object.cpp SUPPORT_HDR := llvmext/include/llvm-c/Object.h -SUPPORT_INCS := -iquote $(CFG_LLVM_INCDIR) +SUPPORT_INCS := -iquote $(CFG_LLVM_INCDIR) -iquote llvmext/include SUPPORT_OBJS := $(SUPPORT_CS:.cpp=.o) SUPPORT_LIBS := $(CFG_LLVM_LDFLAGS) $(CFG_LLVM_LIBS) -- cgit v1.2.3