Disable the build in the samples directory so that llvmc dependencies don't

mess up the build.

llvm-svn: 17342
This commit is contained in:
Reid Spencer 2004-10-29 18:43:49 +00:00
parent a8816d3fe2
commit e6b944f2f5
1 changed files with 1 additions and 1 deletions

View File

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