From 02d18ccf316e05e47a7f669126a420a4823e294d Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 18 Mar 2011 18:30:21 -0700 Subject: [PATCH] Point valgrind suppressions file to srcdir. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 341d898fba4..eddeecc8484 100644 --- a/Makefile.in +++ b/Makefile.in @@ -105,7 +105,7 @@ ifdef CFG_UNIXY CFG_VALGRIND += --leak-check=full \ --error-exitcode=1 \ --quiet --vex-iropt-level=0 \ - --suppressions=etc/x86.supp + --suppressions=$(S)src/etc/x86.supp endif endif