[llvm-commits] CVS: llvm/runtime/GC/SemiSpace/Makefile
Reid Spencer
reid at x10sys.com
Tue Dec 21 21:57:48 PST 2004
Changes in directory llvm/runtime/GC/SemiSpace:
Makefile updated: 1.4 -> 1.5
---
Log message:
For PR432: http://llvm.cs.uiuc.edu/PR432 :
* Variable name change: cferuntime_libdir -> CFERuntimeLibDir
---
Diffs of the changes: (+1 -1)
Index: llvm/runtime/GC/SemiSpace/Makefile
diff -u llvm/runtime/GC/SemiSpace/Makefile:1.4 llvm/runtime/GC/SemiSpace/Makefile:1.5
--- llvm/runtime/GC/SemiSpace/Makefile:1.4 Mon Dec 13 01:40:50 2004
+++ llvm/runtime/GC/SemiSpace/Makefile Tue Dec 21 23:57:33 2004
@@ -10,7 +10,7 @@
LEVEL = ../../..
BYTECODE_LIBRARY = 1
LIBRARYNAME = gcsemispace
-BYTECODE_DESTINATION = $(cferuntime_libdir)
+BYTECODE_DESTINATION = $(CFERuntimeLibDir)
EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/../gc_exported_symbols.lst
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list