[llvm-commits] [release_17] CVS: llvm/examples/BFtoLLVM/Makefile
Reid Spencer
reid at x10sys.com
Thu Apr 13 14:46:53 PDT 2006
Changes in directory llvm/examples/BFtoLLVM:
Makefile updated: 1.2 -> 1.2.10.1
---
Log message:
Make sure we distribute the "tests" directory too.
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/examples/BFtoLLVM/Makefile
diff -u llvm/examples/BFtoLLVM/Makefile:1.2 llvm/examples/BFtoLLVM/Makefile:1.2.10.1
--- llvm/examples/BFtoLLVM/Makefile:1.2 Thu Nov 18 04:03:47 2004
+++ llvm/examples/BFtoLLVM/Makefile Thu Apr 13 16:46:41 2006
@@ -10,4 +10,5 @@
LEVEL = ../..
TOOLNAME = BFtoLLVM
EXAMPLE_TOOL = 1
+EXTRA_DIST = tests
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list