diff options
author | Hongbin Zheng <etherzhhb@gmail.com> | 2012-04-11 07:43:13 +0000 |
---|---|---|
committer | Hongbin Zheng <etherzhhb@gmail.com> | 2012-04-11 07:43:13 +0000 |
commit | 91bfd78fb204f26e03da982eff1029e452efc908 (patch) | |
tree | f8dc31dcd83c47ba9e779b3e0383eba012a5b809 | |
parent | 03c50998cb3d7229ba189e0cec0bf9cf0b01bee3 (diff) | |
download | bcm5719-llvm-91bfd78fb204f26e03da982eff1029e452efc908.tar.gz bcm5719-llvm-91bfd78fb204f26e03da982eff1029e452efc908.zip |
Revert "Fix a bug introduced by r153739: We are not able to provide the correct"
This reverts commit 2c6bdbf972ac966498489d30a33bfd252df9107d.
llvm-svn: 154486
-rw-r--r-- | polly/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/Makefile b/polly/Makefile index 665c13a183d..2ad5b363e2f 100644 --- a/polly/Makefile +++ b/polly/Makefile @@ -8,7 +8,7 @@ # Indicates our relative path to the top of the project's root directory. # LEVEL = . -DIRS = lib tools +DIRS = lib test tools EXTRA_DIST = include # |