Commit b9173406 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 ca2b12fe
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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: