提交 147e6f44 编写于 作者: D Dr. Stephen Henson

typo

上级 94a0a96c
...@@ -33,7 +33,7 @@ while (<STDIN>) ...@@ -33,7 +33,7 @@ while (<STDIN>)
# Skip unused directories under crypto/ # Skip unused directories under crypto/
next if -d "crypto/$1" && !exists $cdirs{$1}; next if -d "crypto/$1" && !exists $cdirs{$1};
# Keep assembly language dir, Makefile or certain extensions # Keep assembly language dir, Makefile or certain extensions
if (!/\/asm\// && !/\/Makefile$/ && && !/\.(in|pl|h)$/) if (!/\/asm\// && !/\/Makefile$/ && !/\.(in|pl|h)$/)
{ {
# If C source file must be on list. # If C source file must be on list.
next if !/(\w+\.c)$/ || !exists $tarobjs{$1}; next if !/(\w+\.c)$/ || !exists $tarobjs{$1};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册