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

Reid Spencer reid at x10sys.com
Mon Oct 25 20:12:23 PDT 2004



Changes in directory llvm/runtime/libprofile:

Makefile updated: 1.1 -> 1.2
---
Log message:

Add EXTRA_DIST for additional files to be distributed.

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

Index: llvm/runtime/libprofile/Makefile
diff -u llvm/runtime/libprofile/Makefile:1.1 llvm/runtime/libprofile/Makefile:1.2
--- llvm/runtime/libprofile/Makefile:1.1	Tue Oct 28 12:56:51 2003
+++ llvm/runtime/libprofile/Makefile	Mon Oct 25 22:12:11 2004
@@ -11,7 +11,8 @@
 SHARED_LIBRARY=1
 #DONT_BUILD_RELINKED=1
 LIBRARYNAME=profile_rt
-EXPORTED_SYMBOL_FILE = $(SourceDir)/exported_symbols.lst
+EXTRA_DIST = exported_symbols.lst
+EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list