]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Follow up to r15628, properly guard none/tests/ansi and fix a typo. n-i-bz.
authorRhys Kidd <rhyskidd@gmail.com>
Sat, 3 Oct 2015 04:47:04 +0000 (04:47 +0000)
committerRhys Kidd <rhyskidd@gmail.com>
Sat, 3 Oct 2015 04:47:04 +0000 (04:47 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15697

none/tests/Makefile.am
none/tests/ansi.vgtest

index 54f2a7eec34753c1b98c5e6f1b591acce625435a..a4204d5120473401fc3843d810071ad9a7f597c1 100644 (file)
@@ -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
index 11f42472bf68411029c952f9e183fdb0bd939821..8383af68711a9797c73cba5b9a7b3febe1f03599 100644 (file)
@@ -1 +1,2 @@
 prog: ansi
+prereq: test -x ansi