From a1fa8f1d8afb5a2437144c6541e441e5ead6e147 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 18 Oct 2005 18:50:26 +0000 Subject: 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 --- runtime/libprofile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/libprofile') 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 -- cgit v1.2.3