[llvm-commits] CVS: llvm/Makefile.common
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 21 10:48:02 PDT 2003
Changes in directory llvm:
Makefile.common updated: 1.118 -> 1.119
---
Log message:
fix dependency
---
Diffs of the changes:
Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.118 llvm/Makefile.common:1.119
--- llvm/Makefile.common:1.118 Wed Aug 20 17:11:45 2003
+++ llvm/Makefile.common Thu Aug 21 10:47:37 2003
@@ -741,7 +741,7 @@
@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 $@
More information about the llvm-commits
mailing list