From: Chris Lattner Date: Tue, 18 Sep 2001 16:33:36 +0000 (+0000) Subject: Un-neuter makefile X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bb036be62020d9828f29930c83fca48000788493;p=oota-llvm.git Un-neuter makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@623 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index 668c94bea13..516780f5b31 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,3 @@ -default: testcodegen - LLC := ../tools/Debug/llc AS := ../tools/Debug/as LLCOPTS := -dsched y