From: John Criswell Date: Wed, 6 Aug 2003 21:50:36 +0000 (+0000) Subject: Removed Makefile.common. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=62f0e465f28d9edbe81ca915890a43c4b54a68ff;p=oota-llvm.git 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 --- diff --git a/test/Makefile b/test/Makefile index 415a05a8179..e34ac128391 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,4 @@ LEVEL = .. DIRS = Feature Regression Programs -include ../Makefile.common include Makefile.tests