Skip to content

Commit 03e2e59

Browse files
committed
Rename SUPPORT_INCS -> LLVM_INCS in Makefile.in.
1 parent 082e5a5 commit 03e2e59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)