[llvm-commits] CVS: llvm/projects/Stacker/samples/Makefile
Reid Spencer
reid at x10sys.com
Wed Oct 27 23:42:44 PDT 2004
Changes in directory llvm/projects/Stacker/samples:
Makefile updated: 1.5 -> 1.6
---
Log message:
Make sure the sources get distributed (use EXTRA_DIST)
Add the goof.st sample.
---
Diffs of the changes: (+3 -5)
Index: llvm/projects/Stacker/samples/Makefile
diff -u llvm/projects/Stacker/samples/Makefile:1.5 llvm/projects/Stacker/samples/Makefile:1.6
--- llvm/projects/Stacker/samples/Makefile:1.5 Wed Oct 27 23:08:05 2004
+++ llvm/projects/Stacker/samples/Makefile Thu Oct 28 01:42:34 2004
@@ -8,13 +8,11 @@
# Indicates our relative path to the top of the project's root directory.
#
LEVEL = ../../..
-
-#
-# Directories that needs to be built.
-#
DIRS =
-SAMPLES = fibonacci hello prime
+EXTRA_DIST = fibonacci.st hello.st prime.st goof.st
+
+SAMPLES = fibonacci hello prime goof
LLVMC_EXEC = $(TOOLDIR)/llvmc
More information about the llvm-commits
mailing list