From d1ddda7e75fdc24b68830b16ea0c2179436e4886 Mon Sep 17 00:00:00 2001 From: Maksim Stsepanenka Date: Wed, 29 Mar 2017 01:20:32 +0300 Subject: make: use the variable MAKE for recursive calls Closes #1366 --- docs/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/Makefile.am') diff --git a/docs/Makefile.am b/docs/Makefile.am index 98ea29310..f57c00ea1 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -47,13 +47,13 @@ MAN2HTML= roffit $< >$@ SUFFIXES = .1 .html .pdf curl.1: - cd cmdline-opts && make + cd cmdline-opts && $(MAKE) html: $(HTMLPAGES) - cd libcurl && make html + cd libcurl && $(MAKE) html pdf: $(PDFPAGES) - cd libcurl && make pdf + cd libcurl && $(MAKE) pdf .1.html: $(MAN2HTML) -- cgit v1.2.3