Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the new

system.

llvm-svn: 101404
This commit is contained in:
Daniel Dunbar 2010-04-15 21:57:43 +00:00
parent a96a8eebbb
commit 73fa324609
1 changed files with 1 additions and 1 deletions

View File

@ -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