From: Reid Spencer Date: Fri, 29 Oct 2004 18:43:49 +0000 (+0000) Subject: Disable the build in the samples directory so that llvmc dependencies don't X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bdfefc9c262fe29d9bf2932c7257dd3b2d2f4242;p=oota-llvm.git 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 eca20ec1d3c..5b8281c92df 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