From e6b944f2f5695c3f52183b5a7eb51d8b01568ce5 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 29 Oct 2004 18:43:49 +0000 Subject: [PATCH] Disable the build in the samples directory so that llvmc dependencies don't mess up the build. llvm-svn: 17342 --- llvm/projects/Stacker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/projects/Stacker/Makefile b/llvm/projects/Stacker/Makefile index eca20ec1d3c2..5b8281c92df4 100644 --- a/llvm/projects/Stacker/Makefile +++ b/llvm/projects/Stacker/Makefile @@ -5,7 +5,7 @@ ##===----------------------------------------------------------------------===## LEVEL = . -DIRS = lib tools samples +DIRS = lib tools EXTRA_DIST = test include $(LEVEL)/Makefile.common