dreid 01/05/09 09:30:28
Modified: memory/unix Makefile.in Log: Thought I'd already done this... This is needed to get the new memory stuff building. Revision Changes Path 1.2 +2 -2 apr/memory/unix/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr/memory/unix/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.in 2001/05/09 15:36:12 1.1 +++ Makefile.in 2001/05/09 16:30:21 1.2 @@ -1,7 +1,7 @@ TARGETS = apr_memory_system.lo \ - apr_tracking_memory.lo \ - apr_standard_memory_system.lo + apr_tracking_memory_system.lo \ + apr_standard_memory_system.lo # bring in rules.mk for standard functionality @INCLUDE_RULES@
