Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the new
authorDaniel Dunbar <daniel@zuster.org>
Thu, 15 Apr 2010 21:57:43 +0000 (21:57 +0000)
committerDaniel 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

index 15e677951299258b8f34c52a062d560f21a381c6..b3076c419f6f82d14deb6de42891f49be3e1e27d 100644 (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