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/GCCLibraries/libutempter | |
| 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/GCCLibraries/libutempter')
| -rw-r--r-- | llvm/runtime/GCCLibraries/libutempter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/runtime/GCCLibraries/libutempter/Makefile b/llvm/runtime/GCCLibraries/libutempter/Makefile index affe772ba24..b1a733d0b1f 100644 --- a/llvm/runtime/GCCLibraries/libutempter/Makefile +++ b/llvm/runtime/GCCLibraries/libutempter/Makefile @@ -6,7 +6,8 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL = ../../.. + +LEVEL=../../.. BYTECODE_LIBRARY=1 DONT_BUILD_RELINKED=1 LIBRARYNAME=utempter |

