|
From: <sv...@va...> - 2009-08-17 16:02:30
|
Author: sewardj Date: 2009-08-17 17:02:16 +0100 (Mon, 17 Aug 2009) New Revision: 10836 Log: Include missing file, else tarball build breaks on Darwin. Modified: trunk/Makefile.am Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2009-08-17 11:27:45 UTC (rev 10835) +++ trunk/Makefile.am 2009-08-17 16:02:16 UTC (rev 10836) @@ -48,7 +48,7 @@ glibc-2.2-LinuxThreads-helgrind.supp \ glibc-2.X-drd.supp \ exp-ptrcheck.supp \ - darwin9.supp + darwin9.supp darwin9-drd.supp DEFAULT_SUPP_FILES = @DEFAULT_SUPP@ # We include all the base .supp files in the distribution, but not |