From: Bob Wilson Date: Wed, 28 Apr 2010 18:18:36 +0000 (+0000) Subject: Undo most of my previous whitespace fix. I think I like it better this way X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=598f4abdf4a194aec95a9a35f0dcabbb90103d38;p=oota-llvm.git Undo most of my previous whitespace fix. I think I like it better this way after all. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102508 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/buildit/GNUmakefile b/utils/buildit/GNUmakefile index 81c23fbfe5b..c9a7a5efc97 100644 --- a/utils/buildit/GNUmakefile +++ b/utils/buildit/GNUmakefile @@ -58,9 +58,9 @@ endif install: $(OBJROOT) $(SYMROOT) $(DSTROOT) cd $(OBJROOT) && \ $(SRC)/utils/buildit/build_llvm "$(RC_ARCHS)" "$(TARGETS)" \ - $(SRC) $(PREFIX) $(DSTROOT) $(SYMROOT) \ - $(ENABLE_ASSERTIONS) $(LLVM_OPTIMIZED) \ - $(RC_ProjectSourceVersion) $(RC_ProjectSourceSubversion) + $(SRC) $(PREFIX) $(DSTROOT) $(SYMROOT) \ + $(ENABLE_ASSERTIONS) $(LLVM_OPTIMIZED) \ + $(RC_ProjectSourceVersion) $(RC_ProjectSourceSubversion) # installhdrs does nothing, because the headers aren't useful until # the compiler is installed.