mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 07:34:06 +00:00
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102504 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2bce5f4b56
commit
2f6da3de25
@ -58,10 +58,9 @@ endif
|
|||||||
install: $(OBJROOT) $(SYMROOT) $(DSTROOT)
|
install: $(OBJROOT) $(SYMROOT) $(DSTROOT)
|
||||||
cd $(OBJROOT) && \
|
cd $(OBJROOT) && \
|
||||||
$(SRC)/utils/buildit/build_llvm "$(RC_ARCHS)" "$(TARGETS)" \
|
$(SRC)/utils/buildit/build_llvm "$(RC_ARCHS)" "$(TARGETS)" \
|
||||||
$(SRC) $(PREFIX) $(DSTROOT) $(SYMROOT) \
|
$(SRC) $(PREFIX) $(DSTROOT) $(SYMROOT) \
|
||||||
$(ENABLE_ASSERTIONS) $(LLVM_OPTIMIZED) \
|
$(ENABLE_ASSERTIONS) $(LLVM_OPTIMIZED) \
|
||||||
$(RC_ProjectSourceVersion) $(RC_ProjectSourceSubversion)
|
$(RC_ProjectSourceVersion) $(RC_ProjectSourceSubversion)
|
||||||
|
|
||||||
|
|
||||||
# installhdrs does nothing, because the headers aren't useful until
|
# installhdrs does nothing, because the headers aren't useful until
|
||||||
# the compiler is installed.
|
# the compiler is installed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user