提交 5a9bab32 编写于 作者: U Ulf Möller

pass $PERL on make files.

上级 08943156
......@@ -237,7 +237,7 @@ files:
@for i in $(DIRS) ;\
do \
(cd $$i && echo "making 'files' in $$i..." && \
$(MAKE) SDIRS='${SDIRS}' files ) || exit 1; \
$(MAKE) SDIRS='${SDIRS}' PERL='${PERL}' files ) || exit 1; \
done;
links:
......
......@@ -64,7 +64,7 @@ files:
@for i in $(SDIRS) ;\
do \
(cd $$i; echo "making 'files' in crypto/$$i..."; \
$(MAKE) files ); \
$(MAKE) PERL='${PERL}' files ); \
done;
links:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册