From b91734063f77bee3cf4363d29abdc982504636fd Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 9 Aug 2002 08:49:53 +0000 Subject: [PATCH] When we want to give a -f argument to $(MAKE), we'd better make sure the variable doesn't already contain a -f argument. PR: 203, part 4 --- Makefile.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.org b/Makefile.org index ba6a1ec45e..56e11a144b 100644 --- a/Makefile.org +++ b/Makefile.org @@ -677,7 +677,8 @@ install: all install_docs done; \ ( here="`pwd`"; \ cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \ - $(MAKE) -f $$here/Makefile link-shared ); \ + set $(MAKE); \ + $$1 -f $$here/Makefile link-shared ); \ fi install_docs: