Change check to check-local per Makefile.rules changes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18568 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Makefile b/test/Makefile
index 2c218a7..cc389b0 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -13,7 +13,7 @@
 #
 # Make Dejagnu the default for testing
 #
-all:: check
+all:: check-local
 
 # Include other test rules
 include Makefile.tests
@@ -120,7 +120,7 @@
 RUNTESTFLAGS := --tool $(TESTSUITE)
 endif
 
-check:: site.exp
+check-local:: site.exp
 	PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
 	$(RUNTEST) $(RUNTESTFLAGS)