From c671f1c66358b144c8918be4b5ac684b3a621a0c Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 7 Mar 2014 14:29:37 -0800 Subject: [PATCH] reverse suite test dependency --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1c03717ca..72cf64cb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,7 +79,7 @@ endif TEST_EXTENSIONS=.test TESTS += $(check_PROGRAMS) test: check -testsuite/testsuite.log: tests/unit.log +tests/unit.log: testsuite/testsuite.log DISTCLEANFILES+= cyassl-config