[llvm-commits] CVS: llvm/Makefile.common

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 22 18:29:00 PDT 2002


Changes in directory llvm:

Makefile.common updated: 1.63 -> 1.64

---
Log message:

Fix misspelled variable


---
Diffs of the changes:

Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.63 llvm/Makefile.common:1.64
--- llvm/Makefile.common:1.63	Sun Oct 20 16:45:49 2002
+++ llvm/Makefile.common	Tue Oct 22 18:28:23 2002
@@ -432,7 +432,7 @@
 	$(VERB) $(CompileO) $< -o $@
 
 $(BUILD_ROOT)/Release/%.o: %.c $(BUILD_ROOT)/Release/.dir
-	$(VERB) $(CompileOC) $< -o $@
+	$(VERB) $(CompileCO) $< -o $@
 
 $(BUILD_ROOT)/Profile/%.o: %.cpp $(BUILD_ROOT)/Profile/.dir
 	@echo "Compiling $<"





More information about the llvm-commits mailing list