summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-21 15:47:37 +0000
committerChris Lattner <sabre@nondot.org>2003-08-21 15:47:37 +0000
commiteb6b47c3e6180577a1936cfa8f80453e27f2bcfa (patch)
tree03c8af55544c9e149da27dc46e9c9ccca2f5f3db /Makefile.rules
parentcf735c585528f6cfd61696f8aae06f6db7838573 (diff)
downloadllvm-eb6b47c3e6180577a1936cfa8f80453e27f2bcfa.tar.gz
llvm-eb6b47c3e6180577a1936cfa8f80453e27f2bcfa.tar.bz2
llvm-eb6b47c3e6180577a1936cfa8f80453e27f2bcfa.tar.xz
fix dependency
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8004 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 2e85e70138..360f834782 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -741,7 +741,7 @@ $(BUILD_OBJ_DIR)/Bytecode/%.bc: $(SourceDir)%.c $(BUILD_OBJ_DIR)/Bytecode/.dir $
@echo "Compiling $< to bytecode"
$(VERB) $(LLVMGCC) $(CPPFLAGS) -c $< -o $@
-$(BUILD_OBJ_DIR)/Bytecode/%.bc: $(SourceDir)%.ll $(BUILD_OBJ_DIR)/Bytecode/.dir $(LCC1)
+$(BUILD_OBJ_DIR)/Bytecode/%.bc: $(SourceDir)%.ll $(BUILD_OBJ_DIR)/Bytecode/.dir $(LLVMAS)
@echo "Compiling $< to bytecode"
$(VERB) $(LLVMAS) $< -f -o $@