summaryrefslogtreecommitdiff
path: root/runtime/libprofile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-18 18:50:26 +0000
committerChris Lattner <sabre@nondot.org>2005-10-18 18:50:26 +0000
commita1fa8f1d8afb5a2437144c6541e441e5ead6e147 (patch)
treed21ccf3715310442a7ce38802f62e2b9be0a9cd2 /runtime/libprofile
parented069fcf88b327cc3ffe4bcc331942c55923e964 (diff)
downloadllvm-a1fa8f1d8afb5a2437144c6541e441e5ead6e147.tar.gz
llvm-a1fa8f1d8afb5a2437144c6541e441e5ead6e147.tar.bz2
llvm-a1fa8f1d8afb5a2437144c6541e441e5ead6e147.tar.xz
This was never updated for the project makefile changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23790 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/libprofile')
-rw-r--r--runtime/libprofile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile
index d90771d026..e88fcdc34e 100644
--- a/runtime/libprofile/Makefile
+++ b/runtime/libprofile/Makefile
@@ -13,7 +13,7 @@ SHARED_LIBRARY = 1
LOADABLE_MODULE = 1
LIBRARYNAME = profile_rt
EXTRA_DIST = exported_symbols.lst
-EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst
+EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/exported_symbols.lst
BYTECODE_DESTINATION = $(CFERuntimeLibDir)
include $(LEVEL)/Makefile.common