diff options
| author | Graydon Hoare <[email protected]> | 2011-03-18 18:30:21 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-18 18:33:22 -0700 |
| commit | 02d18ccf316e05e47a7f669126a420a4823e294d (patch) | |
| tree | 99994534c3e267fbe01566c741df209fe626950a | |
| parent | rustc: Do pointer casts when casting native types (diff) | |
| download | rust-02d18ccf316e05e47a7f669126a420a4823e294d.tar.xz rust-02d18ccf316e05e47a7f669126a420a4823e294d.zip | |
Point valgrind suppressions file to srcdir.
| -rw-r--r-- | Makefile.in | 2 |
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 |