summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-08-06 21:50:36 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-08-06 21:50:36 +0000
commit62f0e465f28d9edbe81ca915890a43c4b54a68ff (patch)
treee6d8fd8feb2d9ab86a94ac8a69dd28e10b8c337e
parent38aa542f3679af5925315626a37e2d085954ce9f (diff)
downloadllvm-62f0e465f28d9edbe81ca915890a43c4b54a68ff.tar.gz
llvm-62f0e465f28d9edbe81ca915890a43c4b54a68ff.tar.bz2
llvm-62f0e465f28d9edbe81ca915890a43c4b54a68ff.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7652 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 415a05a817..e34ac12839 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,4 @@
LEVEL = ..
DIRS = Feature Regression Programs
-include ../Makefile.common
include Makefile.tests