summaryrefslogtreecommitdiff
path: root/memory/unix/Makefile.in
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-05-09 16:30:21 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-05-09 16:30:21 +0000
commit70f973e3b33878befc23c8aad31563b99a5b4589 (patch)
tree298f5ae80350559caf960a34abdfb60843b03d0a /memory/unix/Makefile.in
parent83cc54c2b44f34ebb29ef94ebc0eee4b559d90a1 (diff)
downloadlibapr-70f973e3b33878befc23c8aad31563b99a5b4589.tar.gz
Thought I'd already done this... This is needed to get the new memory
stuff building. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61596 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'memory/unix/Makefile.in')
-rw-r--r--memory/unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/memory/unix/Makefile.in b/memory/unix/Makefile.in
index 3434fde05..aa29d6e58 100644
--- a/memory/unix/Makefile.in
+++ b/memory/unix/Makefile.in
@@ -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@