From 6235a8d9692b67c61c0aad3f9216df7a9507ff80 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 23 Mar 2001 14:29:10 +0000 Subject: make should be $(MAKE) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4bed9a507..88a25db19 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 -- cgit v1.2.3