Module: wine Branch: master Commit: c5f193038c918c9a088bbae363ebe8e2d31c196f URL: http://source.winehq.org/git/wine.git/?a=commit;h=c5f193038c918c9a088bbae363... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Feb 20 15:51:03 2007 +0100 winapi_check: We no longer have dlls in nested sub-directories. --- tools/winapi/modules.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/winapi/modules.pm b/tools/winapi/modules.pm index 134f697..14b29b8 100644 --- a/tools/winapi/modules.pm +++ b/tools/winapi/modules.pm @@ -100,7 +100,7 @@ sub find_spec_files($) { my $allowed_dir; my $spec_file; - my @spec_files = <{dlls/*/*.spec,dlls/*/*/*.spec}>; + my @spec_files = <{dlls/*/*.spec}>; foreach $spec_file (@spec_files) { $spec_file =~ /(.*)\/.*\.spec/;