From 62f0e465f28d9edbe81ca915890a43c4b54a68ff Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 6 Aug 2003 21:50:36 +0000 Subject: [PATCH] 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 --- test/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1