Fix misuse of $(S) before definition, to permit running with valgrind suppressions.

This commit is contained in:
Graydon Hoare 2011-03-21 11:02:15 -07:00
parent 0366f5ae23
commit 5f64612a14

View file

@ -116,7 +116,7 @@ ifdef CFG_UNIXY
CFG_VALGRIND += --leak-check=full \
--error-exitcode=1 \
--quiet --vex-iropt-level=0 \
--suppressions=$(S)src/etc/x86.supp
--suppressions=$(CFG_SRC_DIR)src/etc/x86.supp
endif
endif