1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-svn: 22334
This commit is contained in:
Andrew Lenharth 2005-07-05 16:36:18 +00:00
parent e889dbed2d
commit dcc86e27ca
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
DIRS = lib tools
EXTRA_DIST = include
#

View File

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