Commit 147e6f44 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

typo

parent 94a0a96c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ while (<STDIN>)
		# Skip unused directories under crypto/
		next if -d "crypto/$1" && !exists $cdirs{$1};
		# 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.
			next if !/(\w+\.c)$/ || !exists $tarobjs{$1};