We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd29f2d commit 2f14750Copy full SHA for 2f14750
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 082e5a5e5d0d6c2143a77f3a3aa3cc8b61c0a4e8
+refs/heads/master: 03e2e5963e78e0d110e53b900067396187dbd751
trunk/Makefile.in
@@ -366,8 +366,7 @@ rt/%.o: rt/%.cpp $(MKFILES)
366
367
llvmext/%.o: llvmext/%.cpp $(MKFILES)
368
@$(call E, compile: $@)
369
- $(Q)$(call CFG_COMPILE_C, $@, $(CFG_LLVM_CXXFLAGS) \
370
- $(SUPPORT_INCS)) $<
+ $(Q)$(call CFG_COMPILE_C, $@, $(CFG_LLVM_CXXFLAGS) $(LLVMEXT_INCS)) $<
371
372
%.cmo: %.ml $(MKFILES)
373
0 commit comments