aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/buildit/GNUmakefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/utils/buildit/GNUmakefile b/utils/buildit/GNUmakefile
index 8d8504c..81c23fb 100644
--- a/utils/buildit/GNUmakefile
+++ b/utils/buildit/GNUmakefile
@@ -58,10 +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.