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.