jfclere     2004/03/10 01:47:34

  Modified:    jk/native2 Makefile.in
  Log:
  Do make before make install otherwise libtool says:
  libtool: link: `strings/*.lo' is not a valid libtool object
  
  Revision  Changes    Path
  1.6       +1 -0      jakarta-tomcat-connectors/jk/native2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/Makefile.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.in       13 Feb 2004 21:38:26 -0000      1.5
  +++ Makefile.in       10 Mar 2004 09:47:34 -0000      1.6
  @@ -56,6 +56,7 @@
        done;
   
   apr-build:
  +     ( cd @APR_DIR@ && make && cd @APR_UTIL_DIR@ && make )
        ( cd @APR_DIR@ && make install && cd @APR_UTIL_DIR@ && make install )
   
   apr-clean:
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to