dougm       02/04/05 22:42:53

  Modified:    .        Makefile.PL
  Log:
  dont delete the MANIFEST during "make clean"
  
  Revision  Changes    Path
  1.64      +0 -1      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- Makefile.PL       6 Apr 2002 06:41:54 -0000       1.63
  +++ Makefile.PL       6 Apr 2002 06:42:53 -0000       1.64
  @@ -212,7 +212,6 @@
   
       return [@{ $build->clean_files },
               <xs/*.exp>, <xs/*.def>,
  -            qw(MANIFEST),
               map { "$path/$_"} @{ $code->clean_files }];
   }
   
  
  
  


Reply via email to