[llvm-commits] CVS: llvm/runtime/GC/SemiSpace/Makefile

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



Changes in directory llvm/runtime/GC/SemiSpace:

Makefile updated: 1.2 -> 1.3
---
Log message:

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


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

Index: llvm/runtime/GC/SemiSpace/Makefile
diff -u llvm/runtime/GC/SemiSpace/Makefile:1.2 llvm/runtime/GC/SemiSpace/Makefile:1.3
--- llvm/runtime/GC/SemiSpace/Makefile:1.2	Fri Oct 22 16:02:08 2004
+++ llvm/runtime/GC/SemiSpace/Makefile	Thu Dec  2 03:58:08 2004
@@ -8,8 +8,8 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../../..
-BYTECODE_LIBRARY=1
-LIBRARYNAME=gcsemispace
+BYTECODE_LIBRARY = 1
+LIBRARYNAME = gcsemispace
 
 EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/../gc_exported_symbols.lst
 






More information about the llvm-commits mailing list