git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22334 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Lenharth 2005-07-05 16:36:18 +00:00
parent c2640d0d9e
commit 3027321a76
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. # Indicates our relative path to the top of the project's root directory.
# #
LEVEL = . LEVEL = .
DIRS = lib DIRS = lib tools
EXTRA_DIST = include EXTRA_DIST = include
# #

View File

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