From 53c59689d17238b7c1c3a5bf5b1834827dffd75c Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 2 Dec 2004 09:58:09 +0000 Subject: Standardize the makefiles with space around = to match the rest of LLVM. llvm-svn: 18429 --- llvm/runtime/GCCLibraries/libutempter/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/runtime/GCCLibraries/libutempter') 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 -- cgit v1.2.3