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 2001/11/03 05:41:56 UTC

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

jasons      01/11/02 20:41:56

  Modified:    perl/Handler Makefile.PL
  Log:
  	* Handler/Makefile.PL (Repository):
  	Added $CFLAGS from top-level Makefile.PL
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.PL	2001/08/02 02:34:02	1.3
  +++ Makefile.PL	2001/11/03 04:41:56	1.4
  @@ -1,9 +1,9 @@
   WriteMakefile(
       LINKTYPE => 'static',
       'NAME'	=> 'Handler',
  -#    'OPTIMIZE'	=> '-g',
       'INC'       => $INCLUDES,
       'OBJECT'    => '$(O_FILES)',
  +    'CFLAGS'   => $CFLAGS
   );
   
   __END__
  
  
  

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