mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Fix misspelled variable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4262 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
27a08935ca
commit
1eeac6612b
@ -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 $<"
|
||||
|
@ -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 $<"
|
||||
|
Loading…
Reference in New Issue
Block a user