git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22333 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Lenharth 2005-07-05 15:18:33 +00:00
parent 619fb52764
commit c2640d0d9e
2 changed files with 2 additions and 2 deletions

View File

@ -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
#

View File

@ -8,6 +8,6 @@ LEVEL=..
#
# List all of the subdirectories that we will compile.
#
DIRS=sample
DIRS=lsqcor
include $(LEVEL)/Makefile.common