make not having check non-fatal for extra targets
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 30 Nov 2005 10:50:57 +0000 (10:50 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 30 Nov 2005 10:50:57 +0000 (10:50 +0000)
Original commit message from CVS:
make not having check non-fatal for extra targets

Makefile.am

index 73d21e3..08d6f2e 100644 (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: