]> granicus.if.org Git - curl/commitdiff
tests/Makefile: typo in the perlcheck target
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Jun 2013 21:22:11 +0000 (23:22 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Jun 2013 21:22:11 +0000 (23:22 +0200)
Bug: http://curl.haxx.se/bug/view.cgi?id=1239
Reported-by: Christian Weisgerber
tests/Makefile.am

index 11e0a258d601fdec8d3fc3287751ff1b07e361d6..41a3d0931cc021b6e0464f6ee235f1c7da9991e8 100644 (file)
@@ -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