提交 7cbab63f 编写于 作者: D Dr. Stephen Henson

quote LIBS to copy with empty string

上级 9015ee18
......@@ -634,7 +634,7 @@ install_sw:
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
done;
@set -e; target=install; $(RECURSIVE_BUILD_CMD)
@set -e; for i in $(LIBS) ;\
@set -e; for i in "$(LIBS)" ;\
do \
if [ -f "$$i" ]; then \
( echo installing $$i; \
......
......@@ -645,7 +645,7 @@ install_sw:
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
done;
@set -e; target=install; $(RECURSIVE_BUILD_CMD)
@set -e; for i in $(LIBS) ;\
@set -e; for i in "$(LIBS)" ;\
do \
if [ -f "$$i" ]; then \
( echo installing $$i; \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册