[llvm-commits] [polly] r154162 - /polly/trunk/Makefile

Hongbin Zheng etherzhhb at gmail.com
Thu Apr 5 20:56:27 PDT 2012


Author: ether
Date: Thu Apr  5 22:56:27 2012
New Revision: 154162

URL: http://llvm.org/viewvc/llvm-project?rev=154162&view=rev
Log:
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 at codeaurora.org>

Modified:
    polly/trunk/Makefile

Modified: polly/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/Makefile?rev=154162&r1=154161&r2=154162&view=diff
==============================================================================
--- polly/trunk/Makefile (original)
+++ polly/trunk/Makefile Thu Apr  5 22:56:27 2012
@@ -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
 
 #





More information about the llvm-commits mailing list