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 2008/03/17 19:24:27 UTC

svn commit: r638004 - /xerces/c/trunk/swig/perl/Makefile.PL

Author: jasons
Date: Mon Mar 17 11:24:25 2008
New Revision: 638004

URL: http://svn.apache.org/viewvc?rev=638004&view=rev
Log:
now uses util/libutil.a

Modified:
    xerces/c/trunk/swig/perl/Makefile.PL

Modified: xerces/c/trunk/swig/perl/Makefile.PL
URL: http://svn.apache.org/viewvc/xerces/c/trunk/swig/perl/Makefile.PL?rev=638004&r1=638003&r2=638004&view=diff
==============================================================================
--- xerces/c/trunk/swig/perl/Makefile.PL (original)
+++ xerces/c/trunk/swig/perl/Makefile.PL Mon Mar 17 11:24:25 2008
@@ -213,7 +213,7 @@
 
 $HANDLER_LIB = '$(INST_ARCHLIB)/auto/Handler/Handler$(LIB_EXT)';
 $TRANSCODER_LIB = '$(INST_ARCHLIB)/auto/Transcoder/Transcoder$(LIB_EXT)';
-$UTIL_LIB = "$SWIG_DIR/.libs/libutil.a";
+$UTIL_LIB = $SWIG_DIR . '/util/libutil$(LIB_EXT)';
 
 sub MY_postamble {
 qq[
@@ -271,12 +271,12 @@
     my $MAKE_HANDLER    = '	\$(MAKE) -C Handler static';
     my $MAKE_TRANSCODER = '	\$(MAKE) -C Transcoder static';
 
-    my $MAKE_UTIL       = '	\$(MAKE) -C ' . "$SWIG_DIR static";
+    my $MAKE_UTIL       = '	\$(MAKE) -C ' . "$SWIG_DIR";
     if ($^O eq 'MSWin32') {
       # nmake doesn't not honor '-C'
       $MAKE_HANDLER    =  '	cd Handler && \$(MAKE) static';
       $MAKE_TRANSCODER =  '	cd Transcoder && \$(MAKE) static';
-      $MAKE_UTIL       =  "	cd $SWIG_DIR" . ' && \$(MAKE) static';
+      $MAKE_UTIL       =  "	cd $SWIG_DIR" . ' && \$(MAKE)';
     }
 
     ### We no longer need to munge the C++ code thanks to SWIG improvements



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