]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Reinstate lackey, corecheck, massif. They all start and run, but
authorJulian Seward <jseward@acm.org>
Fri, 11 Mar 2005 14:51:24 +0000 (14:51 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 11 Mar 2005 14:51:24 +0000 (14:51 +0000)
massif gets a segfault for some reason.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3285

Makefile.am

index 9a0ea4afccb35dda676199587629dd69afe43235..315e2194dbf0787aa4dc113a154a0cfa6f651bb2 100644 (file)
@@ -5,14 +5,15 @@ include $(top_srcdir)/Makefile.all.am
 
 ## include must be first for tool.h
 ## addrcheck must come after memcheck, for mac_*.o
-#TOOLS =               memcheck \
+TOOLS =                none \
+               lackey \
+               corecheck \
+               massif
+
+#              memcheck \
 #              addrcheck \
-#              cachegrind \
-#              corecheck \
-#              massif \
-#              lackey \
-#              none
-TOOLS =                none
+#              cachegrind
+
 
 SUBDIRS =      include coregrind . docs tests auxprogs $(TOOLS)
 DIST_SUBDIRS = $(SUBDIRS) helgrind