diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2010-04-28 18:18:36 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2010-04-28 18:18:36 +0000 |
| commit | 7ebb5e4cb0952cd10c78f2122c779790ba7061db (patch) | |
| tree | b7eea258c7aed0dd5d5697a11949194d6095ef83 /llvm/utils | |
| parent | a2dbebc43151e1f1916640371cf46387e97b409a (diff) | |
| download | bcm5719-llvm-7ebb5e4cb0952cd10c78f2122c779790ba7061db.tar.gz bcm5719-llvm-7ebb5e4cb0952cd10c78f2122c779790ba7061db.zip | |
Undo most of my previous whitespace fix. I think I like it better this way
after all.
llvm-svn: 102508
Diffstat (limited to 'llvm/utils')
| -rw-r--r-- | llvm/utils/buildit/GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/utils/buildit/GNUmakefile b/llvm/utils/buildit/GNUmakefile index 81c23fbfe5b..c9a7a5efc97 100644 --- a/llvm/utils/buildit/GNUmakefile +++ b/llvm/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. |

