diff options
| author | John Criswell <criswell@uiuc.edu> | 2003-08-06 21:50:36 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2003-08-06 21:50:36 +0000 |
| commit | fa30f1be46ff0b2ae2f0133b43a1c42e2d8c6c46 (patch) | |
| tree | f65a27abe4f1be27d07294b7484a58e6a8158c95 | |
| parent | 48b78c8bf3f8c9704da59bb48b4a1515734288b5 (diff) | |
| download | bcm5719-llvm-fa30f1be46ff0b2ae2f0133b43a1c42e2d8c6c46.tar.gz bcm5719-llvm-fa30f1be46ff0b2ae2f0133b43a1c42e2d8c6c46.zip | |
Removed Makefile.common.
Since we are including Makefile.test, we automatically get Makefile.common.
Furthermore, the double inclusion of Makefile.common causes the test suite to
be executed twice per invocation of the top level make.
llvm-svn: 7652
| -rw-r--r-- | llvm/test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile index 415a05a8179..e34ac128391 100644 --- a/llvm/test/Makefile +++ b/llvm/test/Makefile @@ -1,5 +1,4 @@ LEVEL = .. DIRS = Feature Regression Programs -include ../Makefile.common include Makefile.tests |

