summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-13 21:46:41 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-13 21:46:41 +0000
commit50e7b7772cb601b66b9d44aa96dd36d2e104e00e (patch)
tree85a89bcd6895555fd0e09d76daf8d33c76f2ade0
parentMerge head changes needed for release (correction of dg variable quoting) (diff)
downloadllvm-project-50e7b7772cb601b66b9d44aa96dd36d2e104e00e.tar.gz
llvm-project-50e7b7772cb601b66b9d44aa96dd36d2e104e00e.tar.bz2
llvm-project-50e7b7772cb601b66b9d44aa96dd36d2e104e00e.zip
Make sure we distribute the "tests" directory too.
llvm-svn: 27679
-rw-r--r--llvm/examples/BFtoLLVM/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/examples/BFtoLLVM/Makefile b/llvm/examples/BFtoLLVM/Makefile
index 0b4c429a39e6..f11b0adbd295 100644
--- a/llvm/examples/BFtoLLVM/Makefile
+++ b/llvm/examples/BFtoLLVM/Makefile
@@ -10,4 +10,5 @@
LEVEL = ../..
TOOLNAME = BFtoLLVM
EXAMPLE_TOOL = 1
+EXTRA_DIST = tests
include $(LEVEL)/Makefile.common