summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-28 06:42:34 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-28 06:42:34 +0000
commit64b5fb262719c61140aad5ef07d5976a5f10fb01 (patch)
tree7fad5bc1c68c075085082c91232e6385cd5b63bc /projects
parentd6d8b83742fea979af34ce184cf60249450fabec (diff)
downloadllvm-64b5fb262719c61140aad5ef07d5976a5f10fb01.tar.gz
llvm-64b5fb262719c61140aad5ef07d5976a5f10fb01.tar.bz2
llvm-64b5fb262719c61140aad5ef07d5976a5f10fb01.tar.xz
Make sure the sources get distributed (use EXTRA_DIST)
Add the goof.st sample. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17312 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/Stacker/samples/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/projects/Stacker/samples/Makefile b/projects/Stacker/samples/Makefile
index 999f7c0cd9..2d4c40cbbb 100644
--- a/projects/Stacker/samples/Makefile
+++ b/projects/Stacker/samples/Makefile
@@ -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