From: Rhys Kidd Date: Sat, 3 Oct 2015 04:47:04 +0000 (+0000) Subject: Follow up to r15628, properly guard none/tests/ansi and fix a typo. n-i-bz. X-Git-Tag: svn/VALGRIND_3_12_0~326 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84a78bdec6d7e7677f2eb864b3950b56b8640be8;p=thirdparty%2Fvalgrind.git Follow up to r15628, properly guard none/tests/ansi and fix a typo. n-i-bz. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15697 --- diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am index 54f2a7eec3..a4204d5120 100644 --- a/none/tests/Makefile.am +++ b/none/tests/Makefile.am @@ -250,7 +250,7 @@ if ! VGCONF_OS_IS_DARWIN check_PROGRAMS += rlimit64_nofile endif -# clang does now know -ansi +# clang does not know -ansi if ! COMPILER_IS_CLANG check_PROGRAMS += ansi endif diff --git a/none/tests/ansi.vgtest b/none/tests/ansi.vgtest index 11f42472bf..8383af6871 100644 --- a/none/tests/ansi.vgtest +++ b/none/tests/ansi.vgtest @@ -1 +1,2 @@ prog: ansi +prereq: test -x ansi