summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-18 18:48:30 +0000
committerChris Lattner <sabre@nondot.org>2005-10-18 18:48:30 +0000
commited069fcf88b327cc3ffe4bcc331942c55923e964 (patch)
tree7276b329942af42ab01a55fc38369b05d5faaf67 /runtime
parent21f587ca243c2265e9b8aa81481f9085cd0e7b68 (diff)
downloadllvm-ed069fcf88b327cc3ffe4bcc331942c55923e964.tar.gz
llvm-ed069fcf88b327cc3ffe4bcc331942c55923e964.tar.bz2
llvm-ed069fcf88b327cc3ffe4bcc331942c55923e964.tar.xz
This never got updated to reflect the project makefile changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23789 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/GC/SemiSpace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/GC/SemiSpace/Makefile b/runtime/GC/SemiSpace/Makefile
index ff2061ae76..8aaa29c8cb 100644
--- a/runtime/GC/SemiSpace/Makefile
+++ b/runtime/GC/SemiSpace/Makefile
@@ -11,7 +11,7 @@ LEVEL = ../../..
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