From 236245a17712afab5d3a393fdffcee8cbc22f2b6 Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Mon, 20 Aug 2007 00:00:40 +0000 Subject: [PATCH] Force linking with the C++ compiler rather than the C compiler (since we're using SIMPLECPPSRCS rather than CPPSRCS). b=392118 r=bsmedberg a=bzbarsky git-svn-id: svn://10.0.0.236/trunk@232354 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/trace-malloc/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/tools/trace-malloc/Makefile.in b/mozilla/tools/trace-malloc/Makefile.in index 9768a0186f8..788b48c3e41 100644 --- a/mozilla/tools/trace-malloc/Makefile.in +++ b/mozilla/tools/trace-malloc/Makefile.in @@ -53,6 +53,10 @@ SIMPLECSRCS += \ tmstats.c \ $(NULL) +# Set CPP_PROG_LINK manually since we're using SIMPLECPPSRCS rather than +# CPPSRCS. +CPP_PROG_LINK = 1 + SIMPLECPPSRCS = \ leaksoup.cpp \ $(NULL)