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 cd check && make torture
else else
check-valgrind: check-valgrind:
echo "You need to install the 'check' library" echo "'check' library not installed, skipping"
exit 1
check-torture: check-torture:
echo "You need to install the 'check' library" echo "'check' library not installed, skipping"
exit 1
endif endif
win32-update: win32-update: