1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

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 45881be596
commit 50ef38f62d

View File

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