[llvm-commits] CVS: llvm/runtime/libprofile/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 18 11:49:22 PDT 2005



Changes in directory llvm/runtime/libprofile:

Makefile updated: 1.7 -> 1.8
---
Log message:

This was never updated for the project makefile changes


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/runtime/libprofile/Makefile
diff -u llvm/runtime/libprofile/Makefile:1.7 llvm/runtime/libprofile/Makefile:1.8
--- llvm/runtime/libprofile/Makefile:1.7	Thu Jan 13 10:53:05 2005
+++ llvm/runtime/libprofile/Makefile	Tue Oct 18 13:49:11 2005
@@ -13,7 +13,7 @@
 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






More information about the llvm-commits mailing list