8 spaces -> tab. Reported by Wink Saville
authorChris Lattner <sabre@nondot.org>
Tue, 28 Feb 2006 19:12:58 +0000 (19:12 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Feb 2006 19:12:58 +0000 (19:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26425 91177308-0d34-0410-b5e6-96231b3b80d8

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)"