Rename Makefile.target to Makefile.tests.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 15 Dec 2001 01:04:39 +0000 (01:04 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 15 Dec 2001 01:04:39 +0000 (01:04 +0000)
Make all a :: target.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1488 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 95b146e77fe4bd3714dacf1f0268396ec3e91f70..67fdee0e13f70a98a55d8bc23feffab7ddd58fd7 100644 (file)
@@ -6,7 +6,7 @@ TESTS := $(wildcard *.ll)
 LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx | grep -v calltest | grep -v alloca | grep -v memory )
 
 
-test all : testasmdis testopt testsparc
+test all :: testasmdis testopt testsparc
        @echo "All tests successfully completed!"
 
 testasmdis  : $(TESTS:%.ll=%.ll.asmdis)
@@ -34,4 +34,4 @@ testsparc   : $(LLCTESTS:%.ll=%.s)
 ## Rules for compiling %.ll, %.bc, %.s files and
 ## for building native SPARC executables.
 ## 
-include Makefile.target
+include Makefile.tests