summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-04-09 19:42:12 +0000
committerEric Christopher <echristo@gmail.com>2013-04-09 19:42:12 +0000
commitcaeddf5a96090ca1273179eb9b79cd0ac132e26f (patch)
tree0776d9ad50a90ae08fa2c0c66f19d11f482d4d47
parenta08f30f0937dff9b3b8a8e8bdd4e4a5a216e6854 (diff)
downloadbcm5719-llvm-caeddf5a96090ca1273179eb9b79cd0ac132e26f.tar.gz
bcm5719-llvm-caeddf5a96090ca1273179eb9b79cd0ac132e26f.zip
Make check depend on all.
llvm-svn: 179116
-rw-r--r--llvm/Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 2c834aac63f..0a07be53371 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -1967,7 +1967,7 @@ endif
# CHECK: Running the test suite
###############################################################################
-check::
+check:: all
$(Verb) if test -d "$(PROJ_OBJ_ROOT)/test" ; then \
if test -f "$(PROJ_OBJ_ROOT)/test/Makefile" ; then \
$(EchoCmd) Running test suite ; \
OpenPOWER on IntegriCloud