[llvm-commits] CVS: llvm/projects/Stacker/Makefile

Reid Spencer reid at x10sys.com
Tue Oct 26 00:04:28 PDT 2004



Changes in directory llvm/projects/Stacker:

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

Make sure the samples and test directories get distributed.


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

Index: llvm/projects/Stacker/Makefile
diff -u llvm/projects/Stacker/Makefile:1.6 llvm/projects/Stacker/Makefile:1.7
--- llvm/projects/Stacker/Makefile:1.6	Sun Oct 10 19:55:47 2004
+++ llvm/projects/Stacker/Makefile	Tue Oct 26 02:04:18 2004
@@ -6,5 +6,6 @@
 
 LEVEL = .
 DIRS = lib tools
+EXTRA_DIST = samples test
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list