diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-02 09:58:09 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-02 09:58:09 +0000 |
| commit | 53c59689d17238b7c1c3a5bf5b1834827dffd75c (patch) | |
| tree | daca26368a5d0311469cfbabf6afdfb69a180b1f /llvm/runtime/GCCLibraries/libutempter | |
| parent | f78508b25ea24ed9b15e6c92f15f09a10351e1b9 (diff) | |
| download | bcm5719-llvm-53c59689d17238b7c1c3a5bf5b1834827dffd75c.tar.gz bcm5719-llvm-53c59689d17238b7c1c3a5bf5b1834827dffd75c.zip | |
Standardize the makefiles with space around = to match the rest of LLVM.
llvm-svn: 18429
Diffstat (limited to 'llvm/runtime/GCCLibraries/libutempter')
| -rw-r--r-- | llvm/runtime/GCCLibraries/libutempter/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/runtime/GCCLibraries/libutempter/Makefile b/llvm/runtime/GCCLibraries/libutempter/Makefile index b1a733d0b1f..f804a25b982 100644 --- a/llvm/runtime/GCCLibraries/libutempter/Makefile +++ b/llvm/runtime/GCCLibraries/libutempter/Makefile @@ -7,9 +7,9 @@ # ##===----------------------------------------------------------------------===## -LEVEL=../../.. -BYTECODE_LIBRARY=1 -DONT_BUILD_RELINKED=1 -LIBRARYNAME=utempter +LEVEL = ../../.. +BYTECODE_LIBRARY = 1 +DONT_BUILD_RELINKED = 1 +LIBRARYNAME = utempter include $(LEVEL)/Makefile.common |

