aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-04-05 16:37:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-04-05 16:37:44 -0400
commit16acc507f3b814d01b30bc1f0e08e790785327ce (patch)
tree207830f0b19b9299cf11afd31fba86c554cf2b68 /Makefile
parent62005d294e30285dee4645bf6633247214426573 (diff)
releasing version 3.201204053.20120405
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a0447f2d2..b93514057 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ install: all
fi
test:
- @if ! $(GHCMAKE) -O0 test; then \
+ @if ! $(GHCMAKE) -O0 test $(clibs); then \
echo "** failed to build the test suite" >&2; \
exit 1; \
elif ! ./test; then \