8 spaces -> tab. Reported by Wink Saville
llvm-svn: 26425
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index be2bafc..aadcf5e 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -1096,7 +1096,7 @@
ifdef DEBUG_RUNTIME
$(ObjectsBC): $(ObjDir)/%.bc: $(ObjDir)/%.ll $(GCCAS)
$(Echo) "Compiling $*.ll to $*.bc for $(BuildMode) build (bytecode)"
- @$(GCCAS) $< -o $@
+ @$(GCCAS) $< -o $@
else
$(ObjectsBC): $(ObjDir)/%.bc: $(ObjDir)/%.ll $(GCCAS)
$(Echo) "Compiling $*.ll to $*.bc for $(BuildMode) build (bytecode)"