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@
