projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aaafbb
)
make_makefiles: Add check for incorrect module name.
author
Alexandre Julliard
<julliard@winehq.org>
Tue, 31 Jul 2007 14:00:09 +0000
(16:00 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 31 Jul 2007 14:00:09 +0000
(16:00 +0200)
tools/make_makefiles
patch
|
blob
|
blame
|
history
diff --git
a/tools/make_makefiles
b/tools/make_makefiles
index
513b5b1
..
05b90da
100755
(executable)
--- a/
tools/make_makefiles
+++ b/
tools/make_makefiles
@@
-373,6
+373,7
@@
sub update_dlls(@)
}
else
{
+ die "invalid module $module" unless $module =~ /\./;
(my $mod = $module) =~ s/\.dll$//;
die "invalid directory $dir for module $module\n" unless $mod eq $dir;
$directories{$module} = $dir;