]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Clarify comment. No functional change.
authorNicholas Nethercote <njn@valgrind.org>
Tue, 13 Sep 2005 00:58:19 +0000 (00:58 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 13 Sep 2005 00:58:19 +0000 (00:58 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4631

Makefile.am

index ed976ab06530ef2407b7fb3ad5cb555c908bbeb2..2cdcc0e9b4dc0bd98c16ecf804b61dbb677c7cb5 100644 (file)
@@ -11,12 +11,15 @@ TOOLS =             memcheck \
                none
 
 ##             addrcheck \
+##             helgrind \
 
-# Temporary: we want to compile Helgrind and Addrcheck, but not regtest it.
-# And we want to include Addrcheck in the distro, but not compile/test it.
+# Temporary: we want to compile Helgrind and Addrcheck and include them in
+# the distro, but not regtest them.  So they are in $TOOLS but not in
+# $SUBDIRS.
+#
 # Put docs last because building the HTML is slow and we want to get
 # everything else working before we try it.
-SUBDIRS =      include coregrind . tests auxprogs $(TOOLS) helgrind addrcheck docs
+SUBDIRS = include coregrind . tests auxprogs $(TOOLS) helgrind addrcheck docs
 
 SUPP_FILES = \
        glibc-2.2.supp glibc-2.3.supp glibc-2.4.supp \