Skip to content

Commit 2f14750

Browse files
committed
---
yaml --- r: 1714 b: refs/heads/master c: 03e2e59 h: refs/heads/master v: v3
1 parent dd29f2d commit 2f14750

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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: 082e5a5e5d0d6c2143a77f3a3aa3cc8b61c0a4e8
2+
refs/heads/master: 03e2e5963e78e0d110e53b900067396187dbd751

trunk/Makefile.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,7 @@ rt/%.o: rt/%.cpp $(MKFILES)
366366

367367
llvmext/%.o: llvmext/%.cpp $(MKFILES)
368368
@$(call E, compile: $@)
369-
$(Q)$(call CFG_COMPILE_C, $@, $(CFG_LLVM_CXXFLAGS) \
370-
$(SUPPORT_INCS)) $<
369+
$(Q)$(call CFG_COMPILE_C, $@, $(CFG_LLVM_CXXFLAGS) $(LLVMEXT_INCS)) $<
371370

372371
%.cmo: %.ml $(MKFILES)
373372
@$(call E, compile: $@)

0 commit comments

Comments
 (0)