From 8f434ffa24a34cffd05c51897ba743d9d184b6dd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 28 Feb 2006 19:12:58 +0000 Subject: [PATCH] 8 spaces -> tab. Reported by Wink Saville git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26425 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index be2bafc30f2..aadcf5ed585 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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)" -- 2.34.1