dougm       00/04/26 00:28:45

  Modified:    .        Makefile.PL
  Log:
  save $build after Makefile is generated
  
  Revision  Changes    Path
  1.16      +3 -3      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Makefile.PL       2000/04/25 05:16:07     1.15
  +++ Makefile.PL       2000/04/26 07:28:45     1.16
  @@ -50,12 +50,12 @@
       printf "Configuring Apache/%s mod_perl/%s Perl/v%vd\n",
         $httpd_version, $VERSION, $^V;
   
  -    $build->save;
  -    $build->save_ldopts;
  -
       $code->generate;
   
       $build->write_src_makefile;
  +
  +    $build->save;
  +    $build->save_ldopts;
   
       printf "Will build mod_perl %s as %s\n",
         $build->is_dynamic ? "shared" : "static",
  
  
  

Reply via email to