projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b16b53b
)
Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the new
author
Daniel Dunbar
<daniel@zuster.org>
Thu, 15 Apr 2010 21:57:43 +0000
(21:57 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Thu, 15 Apr 2010 21:57:43 +0000
(21:57 +0000)
system.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101404
91177308
-0d34-0410-b5e6-
96231b3b80d8
runtime/libprofile/Makefile
patch
|
blob
|
history
diff --git
a/runtime/libprofile/Makefile
b/runtime/libprofile/Makefile
index 15e677951299258b8f34c52a062d560f21a381c6..b3076c419f6f82d14deb6de42891f49be3e1e27d 100644
(file)
--- a/
runtime/libprofile/Makefile
+++ b/
runtime/libprofile/Makefile
@@
-17,6
+17,6
@@
SHARED_LIBRARY = 1
LOADABLE_MODULE = 1
LIBRARYNAME = profile_rt
EXTRA_DIST = exported_symbols.lst
-EXPORTED_SYMBOL_FILE =
$(PROJ_SRC_DIR)/
exported_symbols.lst
+EXPORTED_SYMBOL_FILE = exported_symbols.lst
include $(LEVEL)/Makefile.common