Jason,
This little set of patches enables 'make clean' to actually cleanup the
Handler subdirectory. Also, after removing the troublesome library check,
the Makefile.PL in Handler wasn't getting executed (but it does no harm
even with it in.)
--- XML-Xerces-1.7.0_0/Makefile.PL.orig Sat Mar 23 16:38:51 2002
+++ XML-Xerces-1.7.0_0/Makefile.PL Thu Apr 4 16:59:56 2002
@@ -256,7 +256,7 @@
'LIBS' => [$LIBS],
'NAME' => 'XML::Xerces',
'OBJECT' => $OBJS,
- 'DIR' => ['DOMParse'],
+ 'DIR' => ['DOMParse','Handler'],
'VERSION' => "$XERCES_PERL_VERSION",
@OPTIMIZE,
@MACRO
--- XML-Xerces-1.7.0_0/Handler/Makefile.PL.orig Thu Dec 20 23:15:01 2001
+++ XML-Xerces-1.7.0_0/Handler/Makefile.PL Thu Apr 4 16:56:10 2002
@@ -1,5 +1,5 @@
WriteMakefile(
- LINKTYPE => 'static',
+ linkext => { LINKTYPE => 'static' },
'NAME' => 'Handler',
'INC' => $INCLUDES,
'OBJECT' => '$(O_FILES)',
Steve
--
----------------------------------------------------------------
Steven N. Hirsch tie-line: 446-6557 ext: 802-769-6557
Staff Engineer Methodology Integration Team
ASIC Product Development IBM Microelectronics
----------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]