summaryrefslogtreecommitdiff
path: root/runtime/GC/SemiSpace/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-22 21:02:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-22 21:02:08 +0000
commit8c2c3152d64aafe24b5b67cd7d670658eb65df18 (patch)
treedc32473730cf8b02d1e11eabbfe86a4b963823e3 /runtime/GC/SemiSpace/Makefile
parent4d71b6611e9281c999f34712bfd014cc3c95ef3f (diff)
downloadllvm-8c2c3152d64aafe24b5b67cd7d670658eb65df18.tar.gz
llvm-8c2c3152d64aafe24b5b67cd7d670658eb65df18.tar.bz2
llvm-8c2c3152d64aafe24b5b67cd7d670658eb65df18.tar.xz
Adjust to changes in Makefile.rules
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GC/SemiSpace/Makefile')
-rw-r--r--runtime/GC/SemiSpace/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/GC/SemiSpace/Makefile b/runtime/GC/SemiSpace/Makefile
index 2b5af6ef34..53526aab98 100644
--- a/runtime/GC/SemiSpace/Makefile
+++ b/runtime/GC/SemiSpace/Makefile
@@ -9,11 +9,9 @@
LEVEL = ../../..
BYTECODE_LIBRARY=1
-#SHARED_LIBRARY=1
-#DONT_BUILD_RELINKED=1
LIBRARYNAME=gcsemispace
-EXPORTED_SYMBOL_FILE = $(SourceDir)/../gc_exported_symbols.lst
+EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/../gc_exported_symbols.lst
include $(LEVEL)/Makefile.common