Removed Makefile.common.
authorJohn Criswell <criswell@uiuc.edu>
Wed, 6 Aug 2003 21:50:36 +0000 (21:50 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 6 Aug 2003 21:50:36 +0000 (21:50 +0000)
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

index 415a05a8179c7ef896c3dd44a544538beec77401..e34ac128391904b5137c065eeaf48127dba21357 100644 (file)
@@ -1,5 +1,4 @@
 LEVEL  = ..
 DIRS   = Feature Regression Programs
-include ../Makefile.common
 include Makefile.tests