make_makefiles: Properly skip dlls marked with MKDLL_SKIP.

This commit is contained in:
Alexandre Julliard 2007-01-02 17:09:23 +01:00
parent 0bd3d8e68e
commit d44ed08d8a
1 changed files with 1 additions and 0 deletions

View File

@ -342,6 +342,7 @@ sub update_dlls(@)
foreach my $make (@_)
{
my %makefile = %{$makefiles{$make}};
next if defined $makefile{"=skip"};
if ($make =~ /dlls\/(.*)\/tests\/Makefile/)
{