[llvm-commits] CVS: llvm/runtime/GC/SemiSpace/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 18 11:48:41 PDT 2005
Changes in directory llvm/runtime/GC/SemiSpace:
Makefile updated: 1.5 -> 1.6
---
Log message:
This never got updated to reflect the project makefile changes
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/runtime/GC/SemiSpace/Makefile
diff -u llvm/runtime/GC/SemiSpace/Makefile:1.5 llvm/runtime/GC/SemiSpace/Makefile:1.6
--- llvm/runtime/GC/SemiSpace/Makefile:1.5 Tue Dec 21 23:57:33 2004
+++ llvm/runtime/GC/SemiSpace/Makefile Tue Oct 18 13:48:30 2005
@@ -11,7 +11,7 @@
BYTECODE_LIBRARY = 1
LIBRARYNAME = gcsemispace
BYTECODE_DESTINATION = $(CFERuntimeLibDir)
-EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/../gc_exported_symbols.lst
+EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/../gc_exported_symbols.lst
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list