Commit 17f62793 authored by Richard Levitte's avatar Richard Levitte
Browse files

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
parent e172d60d
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -733,7 +733,8 @@ install: all install_docs
		done; \
		done; \
		(	here="`pwd`"; \
		(	here="`pwd`"; \
			cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \
			cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \
			$(MAKE) -f $$here/Makefile link-shared ); \
			set $(MAKE); \
			$$1 -f $$here/Makefile link-shared ); \
	fi
	fi


install_docs:
install_docs: