
30 Jun
2011
30 Jun
'11
11:24 a.m.
于 2011年06月30日 23:07, Eric Blake 写道:
On 06/30/2011 09:31 AM, Osier Yang wrote:
--- tests/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am index 7db9d1f..e6c5a5e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -74,7 +74,8 @@ EXTRA_DIST = \ xencapsdata \ xmconfigdata \ xml2sexprdata \ - xml2vmxdata + xml2vmxdata \ + .valgrind.supp
ACK, with one nit - use TAB not spaces to match the indentation of the previous lines (Makefiles are the exception to the space-only rule).
Applied with that fix. Thanks Osier