Disable the build in the samples directory so that llvmc dependencies don't
authorReid Spencer <rspencer@reidspencer.com>
Fri, 29 Oct 2004 18:43:49 +0000 (18:43 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 29 Oct 2004 18:43:49 +0000 (18:43 +0000)
mess up the build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17342 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Stacker/Makefile

index eca20ec1d3c2a4c4761de76639c935967ab2eabb..5b8281c92df4f01f10f6c4207379482def0002ac 100644 (file)
@@ -5,7 +5,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = .
-DIRS = lib tools samples 
+DIRS = lib tools
 EXTRA_DIST = test
 
 include $(LEVEL)/Makefile.common