aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-18 18:30:21 -0700
committerGraydon Hoare <[email protected]>2011-03-18 18:33:22 -0700
commit02d18ccf316e05e47a7f669126a420a4823e294d (patch)
tree99994534c3e267fbe01566c741df209fe626950a
parentrustc: Do pointer casts when casting native types (diff)
downloadrust-02d18ccf316e05e47a7f669126a420a4823e294d.tar.xz
rust-02d18ccf316e05e47a7f669126a420a4823e294d.zip
Point valgrind suppressions file to srcdir.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 341d898f..eddeecc8 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