forked from OSchip/llvm-project
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:
parent
a8816d3fe2
commit
e6b944f2f5
|
@ -5,7 +5,7 @@
|
|||
##===----------------------------------------------------------------------===##
|
||||
|
||||
LEVEL = .
|
||||
DIRS = lib tools samples
|
||||
DIRS = lib tools
|
||||
EXTRA_DIST = test
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
|
Loading…
Reference in New Issue