From: Chris Lattner Date: Tue, 28 Feb 2006 19:12:58 +0000 (+0000) Subject: 8 spaces -> tab. Reported by Wink Saville X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8f434ffa24a34cffd05c51897ba743d9d184b6dd;p=oota-llvm.git 8 spaces -> tab. Reported by Wink Saville git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26425 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)"