[llvm-commits] CVS: llvm/projects/Stacker/Makefile
Reid Spencer
reid at x10sys.com
Wed Apr 12 23:17:30 PDT 2006
Changes in directory llvm/projects/Stacker:
Makefile updated: 1.9 -> 1.10
---
Log message:
Distribute the Stacker samples directory.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/projects/Stacker/Makefile
diff -u llvm/projects/Stacker/Makefile:1.9 llvm/projects/Stacker/Makefile:1.10
--- llvm/projects/Stacker/Makefile:1.9 Fri Oct 29 13:43:49 2004
+++ llvm/projects/Stacker/Makefile Thu Apr 13 01:16:37 2006
@@ -6,6 +6,6 @@
LEVEL = .
DIRS = lib tools
-EXTRA_DIST = test
+EXTRA_DIST = test samples
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list