summaryrefslogtreecommitdiff
path: root/sal/rtl/source/makefile.mk
diff options
context:
space:
mode:
authorMatthias Huetsch [mhu] <matthias.huetsch@oracle.com>2011-01-27 14:36:05 +0100
committerMatthias Huetsch [mhu] <matthias.huetsch@oracle.com>2011-01-27 14:36:05 +0100
commitddbecb99bbf813718547cd188f6b4ab04094a9a5 (patch)
tree150a551bd054fc8d46faad6afd4ff8a906b41ff7 /sal/rtl/source/makefile.mk
parentacb08a22364c5d1eecfc8a19896eca17b4921c73 (diff)
#i115784# sal/rtl/alloc: improved support for valgrind(memcheck).
Diffstat (limited to 'sal/rtl/source/makefile.mk')
-rw-r--r--sal/rtl/source/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/rtl/source/makefile.mk b/sal/rtl/source/makefile.mk
index 9968d8992..5aaf29ae7 100644
--- a/sal/rtl/source/makefile.mk
+++ b/sal/rtl/source/makefile.mk
@@ -96,7 +96,7 @@ SLOFILES= \
$(SLO)$/alloc_arena.obj
.IF "$(OS)"=="MACOSX"
-SLOFILES+=$(SLO)$/memory_fini.obj
+SLOFILES+=$(SLO)$/alloc_fini.obj
.ENDIF
@@ -129,7 +129,7 @@ OBJFILES= \
$(OBJ)$/alloc_arena.obj
.IF "$(OS)"=="MACOSX"
-OBJFILES+=$(OBJ)$/memory_fini.obj
+OBJFILES+=$(OBJ)$/alloc_fini.obj
.ENDIF