aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/GC/Makefile1
-rw-r--r--runtime/libprofile/Makefile3
2 files changed, 3 insertions, 1 deletions
diff --git a/runtime/GC/Makefile b/runtime/GC/Makefile
index 98b62fb..b57dc85 100644
--- a/runtime/GC/Makefile
+++ b/runtime/GC/Makefile
@@ -9,6 +9,7 @@
LEVEL = ../..
PARALLEL_DIRS := SemiSpace
+EXTRA_DIST := gc_exported_symbols.lst
include $(LEVEL)/Makefile.common
# Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs
diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile
index 87badfe..d496168 100644
--- a/runtime/libprofile/Makefile
+++ b/runtime/libprofile/Makefile
@@ -11,7 +11,8 @@ BYTECODE_LIBRARY=1
SHARED_LIBRARY=1
#DONT_BUILD_RELINKED=1
LIBRARYNAME=profile_rt
-EXPORTED_SYMBOL_FILE = $(SourceDir)/exported_symbols.lst
+EXTRA_DIST = exported_symbols.lst
+EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst
include $(LEVEL)/Makefile.common