summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/runtime/GC/SemiSpace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtime/GC/SemiSpace/Makefile b/llvm/runtime/GC/SemiSpace/Makefile
index ff2061ae76e..8aaa29c8cb0 100644
--- a/llvm/runtime/GC/SemiSpace/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud