make not having check non-fatal for extra targets

Original commit message from CVS:
make not having check non-fatal for extra targets
This commit is contained in:
Thomas Vander Stichele 2005-11-30 10:50:57 +00:00
parent 6fdc71ad39
commit 038035dce8

View file

@ -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: