8 spaces -> tab. Reported by Wink Saville
[oota-llvm.git] / Makefile.rules
index be2bafc30f20e0750dc7b044ffbc996bcc82f5e7..aadcf5ed5853d1f4e60abc7bb9e46401587c9f4c 100644 (file)
@@ -1096,7 +1096,7 @@ endif
 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)"