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
This commit is contained in:
John Criswell 2003-08-06 21:50:36 +00:00
parent 48b78c8bf3
commit fa30f1be46
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
LEVEL = ..
DIRS = Feature Regression Programs
include ../Makefile.common
include Makefile.tests