summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69048cf..b31d6c5 100644
--- a/Makefile
+++ b/Makefile
@@ -158,7 +158,7 @@ DISTCHECKS := \
distcheck:
@+${MAKE} distcheck-asan
@+test "$$(uname)" = Darwin || ${MAKE} distcheck-msan
- @+${MAKE} distcheck-tsan
+ @+test "$$(uname)" = FreeBSD || ${MAKE} distcheck-tsan
@+test "$$(uname)-$$(uname -m)" != Linux-x86_64 || ${MAKE} distcheck-m32
@+${MAKE} distcheck-release
.PHONY: distcheck