diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-07-05 16:36:18 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-07-05 16:36:18 +0000 |
commit | 8c220defa84be8e9bf0fe58b81439f76f8c216ea (patch) | |
tree | 68ba023007d56f949f3b928240d8e459344113de /llvm/projects | |
parent | a1f37d616e0644c0d018e9235359fe864fc5d8db (diff) | |
download | bcm5719-llvm-8c220defa84be8e9bf0fe58b81439f76f8c216ea.tar.gz bcm5719-llvm-8c220defa84be8e9bf0fe58b81439f76f8c216ea.zip |
oops
llvm-svn: 22334
Diffstat (limited to 'llvm/projects')
-rw-r--r-- | llvm/projects/sample/Makefile | 2 | ||||
-rw-r--r-- | llvm/projects/sample/lib/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/projects/sample/Makefile b/llvm/projects/sample/Makefile index 348c39eb294..f96f1aba2ed 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 +DIRS = lib tools EXTRA_DIST = include # diff --git a/llvm/projects/sample/lib/Makefile b/llvm/projects/sample/lib/Makefile index 01ede2d7cf3..959038b7f9b 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=lsqcor +DIRS=sample include $(LEVEL)/Makefile.common |