diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-18 16:33:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-18 16:33:36 +0000 |
commit | bb036be62020d9828f29930c83fca48000788493 (patch) | |
tree | e7ab46991eaae2c20d7e030adf2a4fedca5d40fb /test/Makefile | |
parent | 805eb96727fc07c4b599528f91370841d722bffa (diff) |
Un-neuter makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@623 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 668c94bea1..516780f5b3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,3 @@ -default: testcodegen - LLC := ../tools/Debug/llc AS := ../tools/Debug/as LLCOPTS := -dsched y |