summaryrefslogtreecommitdiffstats
path: root/llvm/Makefile.common
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
commit38dbc3c35be07f114a614d9e10eb791f0b495d79 (patch)
treee5d243ecd9843280ca0f86609292ab18937d6cd1 /llvm/Makefile.common
parent45cd0a8acd08c4a3540af9b1fe049fa1382102ad (diff)
downloadbcm5719-llvm-38dbc3c35be07f114a614d9e10eb791f0b495d79.tar.gz
bcm5719-llvm-38dbc3c35be07f114a614d9e10eb791f0b495d79.zip
fix dependency
llvm-svn: 8004
Diffstat (limited to 'llvm/Makefile.common')
-rw-r--r--llvm/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.common b/llvm/Makefile.common
index 2e85e701381..360f834782f 100644
--- a/llvm/Makefile.common
+++ b/llvm/Makefile.common
@@ -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 $@
OpenPOWER on IntegriCloud