Index: drush_make.drush.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush_make/Attic/drush_make.drush.inc,v
retrieving revision 1.11.2.14
diff -u -F '^f' -r1.11.2.14 drush_make.drush.inc
--- drush_make.drush.inc	9 Nov 2009 01:12:35 -0000	1.11.2.14
+++ drush_make.drush.inc	20 Nov 2009 16:23:15 -0000
@@ -15,7 +15,6 @@
 function drush_make_drush_command() {
   $items['make'] = array(
     'description' => 'Turns a makefile into a working drupal install.',
-    'callback' => 'drush_make',
     'bootstrap' => DRUSH_BOOTSTRAP_DRUSH,
   );
 
@@ -35,7 +34,7 @@ function drush_make_drush_help($section)
 /**
  * Drush callback; make based on the makefile.
  */
-function drush_make($makefile = NULL, $base_path = NULL) {
+function drush_drush_make_make($makefile = NULL, $base_path = NULL) {
   $queue = new DrushMakeQueue();
   $drush_version = $queue->addItem('drush_make_ensure_version');
   $base_path = $queue->addItem('drush_make_base_path', array($base_path), array($drush_version));
