|
From: <sv...@va...> - 2007-11-02 20:47:52
|
Author: njn Date: 2007-11-02 20:47:53 +0000 (Fri, 02 Nov 2007) New Revision: 7083 Log: 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. Modified: trunk/massif/perf/Makefile.am Modified: trunk/massif/perf/Makefile.am =================================================================== --- trunk/massif/perf/Makefile.am 2007-11-02 20:44:57 UTC (rev 7082) +++ trunk/massif/perf/Makefile.am 2007-11-02 20:47:53 UTC (rev 7083) @@ -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 = \ |