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

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



Changes in directory llvm/runtime/GC:

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

Add EXTRA_DIST for additional files to be distributed.

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

Index: llvm/runtime/GC/Makefile
diff -u llvm/runtime/GC/Makefile:1.2 llvm/runtime/GC/Makefile:1.3
--- llvm/runtime/GC/Makefile:1.2	Mon Aug  9 15:23:44 2004
+++ llvm/runtime/GC/Makefile	Mon Oct 25 22:12:11 2004
@@ -9,6 +9,7 @@
 
 LEVEL = ../..
 PARALLEL_DIRS := SemiSpace
+EXTRA_DIST := gc_exported_symbols.lst
 include $(LEVEL)/Makefile.common
 
 # Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs






More information about the llvm-commits mailing list