You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2004/03/10 10:47:34 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2 Makefile.in

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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org