--- drush_make.drush.inc	2009-12-01 09:40:27.000000000 +0700
+++ drush_make_modified.drush.inc	2009-12-11 10:27:16.735180000 +0700
@@ -304,7 +304,7 @@ function drush_make_base_path($base_path
 
 function drush_make_move_build($tmp_path, $base_path) {
   if ($base_path == '.') {
-    drush_shell_exec('ls %s/__build__', $tmp_path);
+    drush_shell_exec('ls -A %s/__build__', $tmp_path);
     $info = drush_shell_exec_output();
     foreach ($info as $file) {
       drush_shell_exec("mv %s/__build__/%s %s/%s", $tmp_path, $file, $base_path, $file);
