Fix misspelled variable
authorChris Lattner <sabre@nondot.org>
Tue, 22 Oct 2002 23:28:23 +0000 (23:28 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 22 Oct 2002 23:28:23 +0000 (23:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4262 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index 65bb19be1d216c05c34122d6d1d62a279302c5b4..e3599bb9d0cf97fe0f5783985f6cb371eb85cc94 100644 (file)
@@ -432,7 +432,7 @@ $(BUILD_ROOT)/Release/%.o: %.cpp $(BUILD_ROOT)/Release/.dir
        $(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 $<"
index 65bb19be1d216c05c34122d6d1d62a279302c5b4..e3599bb9d0cf97fe0f5783985f6cb371eb85cc94 100644 (file)
@@ -432,7 +432,7 @@ $(BUILD_ROOT)/Release/%.o: %.cpp $(BUILD_ROOT)/Release/.dir
        $(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 $<"