summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-29 18:43:49 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-29 18:43:49 +0000
commitbdfefc9c262fe29d9bf2932c7257dd3b2d2f4242 (patch)
treef6c1d3499a4412cd93cd33ef5287400c25eeb161 /projects
parent1b0d4f310bec63119aed220687b98b8af08bc9c0 (diff)
downloadllvm-bdfefc9c262fe29d9bf2932c7257dd3b2d2f4242.tar.gz
llvm-bdfefc9c262fe29d9bf2932c7257dd3b2d2f4242.tar.bz2
llvm-bdfefc9c262fe29d9bf2932c7257dd3b2d2f4242.tar.xz
Disable the build in the samples directory so that llvmc dependencies don't
mess up the build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17342 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/Stacker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Stacker/Makefile b/projects/Stacker/Makefile
index eca20ec1d3..5b8281c92d 100644
--- a/projects/Stacker/Makefile
+++ b/projects/Stacker/Makefile
@@ -5,7 +5,7 @@
##===----------------------------------------------------------------------===##
LEVEL = .
-DIRS = lib tools samples
+DIRS = lib tools
EXTRA_DIST = test
include $(LEVEL)/Makefile.common