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
diff --git a/projects/Stacker/Makefile b/projects/Stacker/Makefile
index eca20ec..5b8281c 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