You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2002/03/28 08:47:56 UTC

cvs commit: xml-xerces/perl/Handler Makefile.PL

jasons      02/03/27 23:47:56

  Modified:    perl/Handler Makefile.PL
  Log:
  	* Handler/Makefile.PL (Repository):
  	skip the dynamic make
  
  Revision  Changes    Path
  1.6       +1 -1      xml-xerces/perl/Handler/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Handler/Makefile.PL,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.PL	21 Feb 2002 02:53:52 -0000	1.5
  +++ Makefile.PL	28 Mar 2002 07:47:56 -0000	1.6
  @@ -4,7 +4,7 @@
       'INC'       => $INCLUDES,
       'OBJECT'    => '$(O_FILES)',
       'CFLAGS'   => $CFLAGS,
  -    'SKIP'      => [qw( test makeaperl xs_o)],
  +    'SKIP'      => [qw( dynamic test makeaperl xs_o)],
   );
   
   __END__
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org