[llvm-commits] CVS: llvm/runtime/GCCLibraries/libucb/Makefile

Reid Spencer reid at x10sys.com
Thu Dec 2 01:58:24 PST 2004



Changes in directory llvm/runtime/GCCLibraries/libucb:

Makefile updated: 1.5 -> 1.6
---
Log message:

Standardize the makefiles with space around = to match the rest of LLVM.


---
Diffs of the changes:  (+4 -4)

Index: llvm/runtime/GCCLibraries/libucb/Makefile
diff -u llvm/runtime/GCCLibraries/libucb/Makefile:1.5 llvm/runtime/GCCLibraries/libucb/Makefile:1.6
--- llvm/runtime/GCCLibraries/libucb/Makefile:1.5	Thu Dec  2 03:31:40 2004
+++ llvm/runtime/GCCLibraries/libucb/Makefile	Thu Dec  2 03:58:09 2004
@@ -7,9 +7,9 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL=../../..
-BYTECODE_LIBRARY=1
-DONT_BUILD_RELINKED=1
-LIBRARYNAME=ucb
+LEVEL = ../../..
+BYTECODE_LIBRARY = 1
+DONT_BUILD_RELINKED = 1
+LIBRARYNAME = ucb
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list