mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 09:45:00 +00:00
* Remove UIUC-specific comment
* Make header comment span 80 cols llvm-svn: 15589
This commit is contained in:
parent
ce27cea55f
commit
f17131571f
@ -1,4 +1,4 @@
|
||||
##===- runtime/Makefile ------------------------------*- Makefile -*-===##
|
||||
##===- runtime/Makefile ------------------------------------*- Makefile -*-===##
|
||||
#
|
||||
# The LLVM Compiler Infrastructure
|
||||
#
|
||||
@ -6,7 +6,6 @@
|
||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
# llvm/runtime Makefile: Build all subdirectories automatically
|
||||
|
||||
LEVEL = ..
|
||||
include $(LEVEL)/Makefile.config
|
||||
@ -24,8 +23,7 @@ endif
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
# Install target for libraries: Copy into the 'bytecode-libs' subdirectory
|
||||
# of LLVMGCCDIR. (On the UIUC machines, this is in Chris's home directory.)
|
||||
# Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs
|
||||
#
|
||||
install::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user