Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/mkmf
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ sub scanfile_for_keywords {
$obj_of_module{$module} = $object;
}
}
if ( $line =~ /^\s*submodule\s+\((\s*\w*\s*)\)\s+(\w*)/ix ) {
if ( $line =~ /^\s*submodule\s*+\((\s*\w*\s*)\)\s+(\w*)/ix) {
# Submodules depend on the parent module, but not vice versa
# $1: parent module name
# $2: submodule name
Expand Down