Skip to content

Commit 02d18cc

Browse files
committed
Point valgrind suppressions file to srcdir.
1 parent 8c48fae commit 02d18cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ ifdef CFG_UNIXY
105105
CFG_VALGRIND += --leak-check=full \
106106
--error-exitcode=1 \
107107
--quiet --vex-iropt-level=0 \
108-
--suppressions=etc/x86.supp
108+
--suppressions=$(S)src/etc/x86.supp
109109
endif
110110
endif
111111

0 commit comments

Comments
 (0)