From: Daniel Stenberg Date: Fri, 23 Mar 2001 14:29:10 +0000 (+0000) Subject: make should be $(MAKE) X-Git-Tag: curl-7_7_1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6235a8d9692b67c61c0aad3f9216df7a9507ff80;p=thirdparty%2Fcurl.git make should be $(MAKE) --- diff --git a/Makefile.am b/Makefile.am index 4bed9a507c..88a25db194 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ dist-hook: check: test test: - @(cd tests; make quiet-test) + @(cd tests; $(MAKE) quiet-test) # # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros