Skip to content

Commit ebf7899

Browse files
committed
---
yaml --- r: 1709 b: refs/heads/master c: 37cc67f h: refs/heads/master i: 1707: 215b7da v: v3
1 parent 8ca9ca9 commit ebf7899

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: aab3916d47ae26fd20c52576b1a473f873178126
2+
refs/heads/master: 37cc67fbfe9a7ebb7795f05713f1c08513ea19ba

trunk/Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,8 @@ LLVMEXT_CS := $(addprefix llvmext/, \
304304

305305
LLVMEXT_HDR := llvmext/include/llvm-c/Object.h
306306

307-
LLVMEXT_INCS := -iquote $(CFG_LLVM_INCDIR) -iquote llvmext/include
307+
LLVMEXT_INCS := -iquote $(CFG_LLVM_INCDIR) \
308+
-iquote $(S)/src/llvmext/include
308309
LLVMEXT_OBJS := $(LLVMEXT_CS:.cpp=.o)
309310
LLVMEXT_LIBS := $(CFG_LLVM_LDFLAGS) $(CFG_LLVM_LIBS)
310311

0 commit comments

Comments
 (0)