aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-18 17:29:30 -0700
committerGraydon Hoare <[email protected]>2011-03-18 17:44:40 -0700
commit03e2e5963e78e0d110e53b900067396187dbd751 (patch)
tree5b8263c1661ba3777d3c9270865e9234fb293afd
parentrustc: Fix inference for auto slots. Add a test case. (diff)
downloadrust-03e2e5963e78e0d110e53b900067396187dbd751.tar.xz
rust-03e2e5963e78e0d110e53b900067396187dbd751.zip
Rename SUPPORT_INCS -> LLVM_INCS in Makefile.in.
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 9a88231c..d18c2d62 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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: $@)