summaryrefslogtreecommitdiff
path: root/sal/rtl/source
diff options
context:
space:
mode:
authorMatthias Huetsch [mhu] <matthias.huetsch@oracle.com>2011-03-02 10:33:15 +0100
committerMatthias Huetsch [mhu] <matthias.huetsch@oracle.com>2011-03-02 10:33:15 +0100
commit519409e7c904d55d41649f7c7f503431661c2804 (patch)
tree472badba5271249fdb7028eee6505179b0e6b71b /sal/rtl/source
parent842242febd48a2e255e12cfb98d4005aabb9622c (diff)
#i115784# sal/rtl/alloc: fix makefile define to match source.
Diffstat (limited to 'sal/rtl/source')
-rw-r--r--sal/rtl/source/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/source/makefile.mk b/sal/rtl/source/makefile.mk
index 538a0466f1ac..145aa50b8be0 100644
--- a/sal/rtl/source/makefile.mk
+++ b/sal/rtl/source/makefile.mk
@@ -48,7 +48,7 @@ TARGETTYPE=CUI
.IF "$(VALGRIND_CFLAGS)" != ""
CFLAGS += $(VALGRIND_CFLAGS)
-CDEFS += -DHAVE_VALGRIND_MEMCHECK_H=1
+CDEFS += -DHAVE_MEMCHECK_H=1
.ENDIF # VALGRIND_CFLAGS
.IF "$(ALLOC)" == "SYS_ALLOC" || "$(ALLOC)" == "TCMALLOC" || "$(ALLOC)" == "JEMALLOC"