diff options
Diffstat (limited to 'memory/unix/Makefile.in')
-rw-r--r-- | memory/unix/Makefile.in | 4 |
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@ |