diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-02 09:31:40 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-02 09:31:40 +0000 |
| commit | d6dcad77452320dff1fc2dacfc3d8c2a392f1428 (patch) | |
| tree | 76fe589570c520c623191b287235a27d697950cc /llvm/runtime/libtrace | |
| parent | dbaac1ff17c2ef75704e998712aa3b5632a4ef0a (diff) | |
| download | bcm5719-llvm-d6dcad77452320dff1fc2dacfc3d8c2a392f1428.tar.gz bcm5719-llvm-d6dcad77452320dff1fc2dacfc3d8c2a392f1428.zip | |
Standardize the format of the runtime libraries makefiles.
* Don't have lines longer than 80 cols
* Blank line after the header
* Reduce spaces in var definitions.
llvm-svn: 18427
Diffstat (limited to 'llvm/runtime/libtrace')
| -rw-r--r-- | llvm/runtime/libtrace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtime/libtrace/Makefile b/llvm/runtime/libtrace/Makefile index 846bd3172ed..da1f8d63015 100644 --- a/llvm/runtime/libtrace/Makefile +++ b/llvm/runtime/libtrace/Makefile @@ -6,9 +6,9 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## + LEVEL = ../.. BYTECODE_LIBRARY=1 -#DONT_BUILD_RELINKED=1 LIBRARYNAME=trace include $(LEVEL)/Makefile.common |

