|
From: Rhys K. <rhy...@so...> - 2018-10-08 01:44:50
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=353a3587bb0e2757411f9138f5e936728ed6cc4f commit 353a3587bb0e2757411f9138f5e936728ed6cc4f Author: Rhys Kidd <rhy...@gm...> Date: Sun Oct 7 21:26:35 2018 -0400 Fix macOS 10.13 building from tarball Fixes: 1ce04c3 ("Preliminary support for Darwin 17.x (macOS 10.13)") Diff: --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fdce3cf..154f68f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,7 @@ SUPP_FILES = \ darwin9.supp darwin9-drd.supp \ darwin10.supp darwin10-drd.supp \ darwin11.supp darwin12.supp darwin13.supp darwin14.supp darwin15.supp \ - darwin16.supp \ + darwin16.supp darwin17.supp \ bionic.supp \ solaris11.supp solaris12.supp DEFAULT_SUPP_FILES = @DEFAULT_SUPP@ |