Skip to content

Commit 5f64612

Browse files
committed
Fix misuse of $(S) before definition, to permit running with valgrind suppressions.
1 parent 0366f5a commit 5f64612

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
@@ -116,7 +116,7 @@ ifdef CFG_UNIXY
116116
CFG_VALGRIND += --leak-check=full \
117117
--error-exitcode=1 \
118118
--quiet --vex-iropt-level=0 \
119-
--suppressions=$(S)src/etc/x86.supp
119+
--suppressions=$(CFG_SRC_DIR)src/etc/x86.supp
120120
endif
121121
endif
122122

0 commit comments

Comments
 (0)