From: Nicholas Nethercote Date: Fri, 2 Nov 2007 20:47:53 +0000 (+0000) Subject: Fix a Makefile issue that I think caused automated testing to fail on X-Git-Tag: svn/VALGRIND_3_3_0~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad2b342f32ffca222a3a1033f641e5df249ea541;p=thirdparty%2Fvalgrind.git Fix a Makefile issue that I think caused automated testing to fail on 'alvis' last night. I don't no why it worked on the other machines, must be an automake version thing. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7083 --- diff --git a/massif/perf/Makefile.am b/massif/perf/Makefile.am index a5c1303806..91eab4dd41 100644 --- a/massif/perf/Makefile.am +++ b/massif/perf/Makefile.am @@ -2,7 +2,7 @@ # For AM_FLAG_M3264_PRI include $(top_srcdir)/Makefile.flags.am -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ many-xpts.vgperf check_PROGRAMS = \