summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-30 10:50:57 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-30 10:50:57 +0000
commit038035dce85fa3cdbe07de0997a680e004875fbe (patch)
treef4a8a0ec6519978f5756c25aa5e3687b8eab2aae /Makefile.am
parent6fdc71ad39a4a85023c89a00618509b9de2de261 (diff)
make not having check non-fatal for extra targets
Original commit message from CVS: make not having check non-fatal for extra targets
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 73d21e3e4..08d6f2ef9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -125,12 +125,10 @@ check-torture:
cd check && make torture
else
check-valgrind:
- echo "You need to install the 'check' library"
- exit 1
+ echo "'check' library not installed, skipping"
check-torture:
- echo "You need to install the 'check' library"
- exit 1
+ echo "'check' library not installed, skipping"
endif
win32-update: