# DP: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa.

---
 boehm-gc/Makefile.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

--- a/src/boehm-gc/Makefile.in
+++ b/src/boehm-gc/Makefile.in
@@ -684,7 +684,8 @@ check-TESTS: $(TESTS)
 	  test "$$failed" -eq 0; \
 	else :; fi
 check-am: $(check_PROGRAMS)
-	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
+	: # $(MAKE) $(AM_MAKEFLAGS) check-TESTS
+	@echo target $@ disabled for Debian build.
 check: check-recursive
 all-am: Makefile $(LTLIBRARIES) all-multi
 installdirs: installdirs-recursive
