From: Daniel Stenberg Date: Tue, 5 Dec 2000 09:15:44 +0000 (+0000) Subject: uses the PERL variable configure digs up X-Git-Tag: curl-7_5_2~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb1842cb5227b98ed4640a444418a29359b22bc3;p=thirdparty%2Fcurl.git uses the PERL variable configure digs up --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 084e4ef424..58475d934d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,10 +6,10 @@ curl: @(cd ..; make) test: - perl runtests.pl + $(PERL) runtests.pl quiet-test: - perl runtests.pl -s -a + $(PERL) runtests.pl -s -a clean: rm -rf log