check.mak: Fix 'make help' in check directories, it should be 'valgrind.gen-suppressi...
authorTim-Philipp Müller <tim@centricular.net>
Thu, 18 May 2006 19:26:16 +0000 (19:26 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 18 May 2006 19:26:16 +0000 (19:26 +0000)
Original commit message from CVS:
* check.mak:
Fix 'make help' in check directories, it should be
'valgrind.gen-suppressions' not 'valgrind-gen-suppressions'
(not changing target to match help string on purpose to keep
scripts etc. functional).

ChangeLog
check.mak

index 5054033..bf4de3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * check.mak:
+         Fix 'make help' in check directories, it should be
+         'valgrind.gen-suppressions' not 'valgrind-gen-suppressions'
+         (not changing target to match help string on purpose to keep
+         scripts etc. functional).
+
 2006-05-18  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        Patch by: Peter Kjellerstedt
index ea5881c..9b29e06 100644 (file)
--- a/check.mak
+++ b/check.mak
@@ -133,5 +133,5 @@ help:
        @echo "make valgrind                      -- valgrind all tests"
        @echo "make (dir)/(test).valgrind         -- valgrind the given test"
        @echo "make (dir)/(test).valgrind-forever -- valgrind the given test forever"
-       @echo "make (dir)/(test).valgrind-gen-suppressions -- generate suppressions"
+       @echo "make (dir)/(test).valgrind.gen-suppressions -- generate suppressions"
        @echo "                                               and save to suppressions.log"