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
This commit is contained in:
Reid Spencer 2004-10-29 18:43:49 +00:00
parent 1b0d4f310b
commit bdfefc9c26

View File

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