Disable Addrcheck builds whilst I'm doing bull-in-a-china-shop stuff
with Memcheck.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3533 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.am b/Makefile.am
index d139a82..54caa39 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,13 +6,14 @@
 ## include must be first for tool.h
 ## addrcheck must come after memcheck, for mac_*.o
 TOOLS =		memcheck \
-		addrcheck \
 		cachegrind \
 		corecheck \
 		massif \
 		lackey \
 		none
 
+##		addrcheck \
+
 # Temporary: we want to compile Helgrind, but not regtest it.
 SUBDIRS = 	include coregrind . docs tests auxprogs $(TOOLS) helgrind
 ##DIST_SUBDIRS =	$(SUBDIRS) helgrind