From: Daniel Stenberg Date: Tue, 4 Jun 2013 21:22:11 +0000 (+0200) Subject: tests/Makefile: typo in the perlcheck target X-Git-Tag: curl-7_31_0~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5657c56f6366ca3185a12d2810c66f081c6b57a2;p=curl tests/Makefile: typo in the perlcheck target Bug: http://curl.haxx.se/bug/view.cgi?id=1239 Reported-by: Christian Weisgerber --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 11e0a258d..41a3d0931 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -66,7 +66,7 @@ endif perlcheck: @if ! test -x "$(PERL)"; then echo "No perl!"; exit 2; fi -test: perhcheck all +test: perlcheck all $(TEST) quiet-test: perlcheck all