提交 17f62793 编写于 作者: R Richard Levitte

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
上级 e172d60d
......@@ -733,7 +733,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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册