summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries/libutempter
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-02 09:58:09 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-02 09:58:09 +0000
commit53c59689d17238b7c1c3a5bf5b1834827dffd75c (patch)
treedaca26368a5d0311469cfbabf6afdfb69a180b1f /llvm/runtime/GCCLibraries/libutempter
parentf78508b25ea24ed9b15e6c92f15f09a10351e1b9 (diff)
downloadbcm5719-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/Makefile8
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
OpenPOWER on IntegriCloud