You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Greg Stein <gs...@lyra.org> on 2001/03/09 14:51:50 UTC

Re: cvs commit: apr-util/xml Makefile.in

Ah. I missed this because during my testing, I was doing builds manually
within xml/expat. I never did a complete from-scratch build.

thx!
-g

On Thu, Mar 08, 2001 at 06:30:33PM -0000, rbb@apache.org wrote:
> rbb         01/03/08 10:30:30
> 
>   Modified:    xml      Makefile.in
>   Log:
>   Always build expat.  This can probably be removed if we are told to look
>   for expat some place else.  For now, this gets Apache building again on
>   Unix.
>   
>   Revision  Changes    Path
>   1.5       +2 -0      apr-util/xml/Makefile.in
>   
>   Index: Makefile.in
>   ===================================================================
>   RCS file: /home/cvs/apr-util/xml/Makefile.in,v
>   retrieving revision 1.4
>   retrieving revision 1.5
>   diff -u -d -b -w -u -r1.4 -r1.5
>   --- Makefile.in	2001/02/24 14:17:25	1.4
>   +++ Makefile.in	2001/03/08 18:30:20	1.5
>   @@ -1,5 +1,7 @@
>    
>    TARGETS = apr_xml.lo
>    
>   +SUBDIRS=expat
>   +
>    # bring in rules.mk for standard functionality
>    @INCLUDE_RULES@
>   
>   
>   

-- 
Greg Stein, http://www.lyra.org/