summaryrefslogtreecommitdiffstats
path: root/llvm/projects/sample
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-07-05 15:18:33 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-07-05 15:18:33 +0000
commita1f37d616e0644c0d018e9235359fe864fc5d8db (patch)
tree7f9858929913ef9b33a742d46dba8f4857031765 /llvm/projects/sample
parent26fa89e0a7791bd16ad33ef6a4836dacbff6b1ab (diff)
downloadbcm5719-llvm-a1f37d616e0644c0d018e9235359fe864fc5d8db.tar.gz
bcm5719-llvm-a1f37d616e0644c0d018e9235359fe864fc5d8db.zip
updates
llvm-svn: 22333
Diffstat (limited to 'llvm/projects/sample')
-rw-r--r--llvm/projects/sample/Makefile2
-rw-r--r--llvm/projects/sample/lib/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/projects/sample/Makefile b/llvm/projects/sample/Makefile
index f96f1aba2ed..348c39eb294 100644
--- a/llvm/projects/sample/Makefile
+++ b/llvm/projects/sample/Makefile
@@ -8,7 +8,7 @@
# Indicates our relative path to the top of the project's root directory.
#
LEVEL = .
-DIRS = lib tools
+DIRS = lib
EXTRA_DIST = include
#
diff --git a/llvm/projects/sample/lib/Makefile b/llvm/projects/sample/lib/Makefile
index 959038b7f9b..01ede2d7cf3 100644
--- a/llvm/projects/sample/lib/Makefile
+++ b/llvm/projects/sample/lib/Makefile
@@ -8,6 +8,6 @@ LEVEL=..
#
# List all of the subdirectories that we will compile.
#
-DIRS=sample
+DIRS=lsqcor
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud