From: Chris Lattner Date: Tue, 22 Oct 2002 23:28:23 +0000 (+0000) Subject: Fix misspelled variable X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1eeac6612b3e8b09b6baf0688f9121d7f8ffefd8;p=oota-llvm.git Fix misspelled variable git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4262 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.common b/Makefile.common index 65bb19be1d2..e3599bb9d0c 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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 $<" diff --git a/Makefile.rules b/Makefile.rules index 65bb19be1d2..e3599bb9d0c 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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 $<"