Fix a bug introduced by r153739: We are not able to provide the correct

dependent list for target polly-test, hence making "all" from the top
  of llvm build directory will cause the target "polly-test" being built
  before its dependencing target built.

Patched by Sebastian Pop<spop@codeaurora.org>

llvm-svn: 154162
This commit is contained in:
Hongbin Zheng 2012-04-06 03:56:27 +00:00
parent c9858e4d05
commit 2b4aeca74e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# Indicates our relative path to the top of the project's root directory.
#
LEVEL = .
DIRS = lib test tools
DIRS = lib tools
EXTRA_DIST = include
#