summaryrefslogtreecommitdiff
path: root/runtime/GC/SemiSpace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/GC/SemiSpace/Makefile')
-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