summaryrefslogtreecommitdiff
path: root/check.mak
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-05-18 19:26:16 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-05-18 19:26:16 +0000
commit6811863fce665ce0a466bc03ee2ac5e2d5f47d28 (patch)
treed12828ed9c899d8075f254d74734e1b61f2b16d5 /check.mak
parenta5b66304e7abe1440a0f8b0ed232ffbc56e8f3de (diff)
check.mak: Fix 'make help' in check directories, it should be 'valgrind.gen-suppressions' not 'valgrind-gen-suppressi...
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).
Diffstat (limited to 'check.mak')
-rw-r--r--check.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.mak b/check.mak
index ea5881c..9b29e06 100644
--- 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"