winemaker: Ignore quotes in source filenames.
diff --git a/tools/winemaker b/tools/winemaker
index 1df8fa7..5300e15 100755
--- a/tools/winemaker
+++ b/tools/winemaker
@@ -1742,6 +1742,8 @@
   }
 
   foreach my $component (@$path) {
+    $component=~s/^\"//;
+    $component=~s/\"$//;
     #print "    looking for $component in \"$dirname\"\n";
     if ($component eq ".") {
       # Pass it as is