Make all a :: target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1488
91177308-0d34-0410-b5e6-
96231b3b80d8
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)
## Rules for compiling %.ll, %.bc, %.s files and
## for building native SPARC executables.
##
-include Makefile.target
+include Makefile.tests