mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Rename SUPPORT_INCS -> LLVM_INCS in Makefile.in.
This commit is contained in:
parent
082e5a5e5d
commit
03e2e5963e
@ -366,8 +366,7 @@ rt/%.o: rt/%.cpp $(MKFILES)
|
||||
|
||||
llvmext/%.o: llvmext/%.cpp $(MKFILES)
|
||||
@$(call E, compile: $@)
|
||||
$(Q)$(call CFG_COMPILE_C, $@, $(CFG_LLVM_CXXFLAGS) \
|
||||
$(SUPPORT_INCS)) $<
|
||||
$(Q)$(call CFG_COMPILE_C, $@, $(CFG_LLVM_CXXFLAGS) $(LLVMEXT_INCS)) $<
|
||||
|
||||
%.cmo: %.ml $(MKFILES)
|
||||
@$(call E, compile: $@)
|
||||
|
Loading…
Reference in New Issue
Block a user