From 59749a18fecabe07f67bbe6873db82ee9fac63df Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 20 Jun 2011 06:29:47 +0000 Subject: [PATCH] =?UTF-8?q?2011-06-20=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am: Remove DIST_SUBDIRS. Remove EXTRA_DIST. --- testsuites/sptests/ChangeLog | 2 ++ testsuites/sptests/Makefile.am | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog index a73dc6546e..ce0a3eb0b8 100644 --- a/testsuites/sptests/ChangeLog +++ b/testsuites/sptests/ChangeLog @@ -1,5 +1,7 @@ 2011-06-20 Ralf Corsépius + * Makefile.am: Remove DIST_SUBDIRS. + Remove EXTRA_DIST. * sp33/Makefile.am: Eliminate scndir. 2011-06-11 Joel Sherrill diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am index 7307c7378a..7f8066d894 100644 --- a/testsuites/sptests/Makefile.am +++ b/testsuites/sptests/Makefile.am @@ -31,8 +31,5 @@ SUBDIRS = \ spintrcritical17 spmkdir spmountmgr01 spheapprot \ spsimplesched01 spsimplesched02 spsimplesched03 spnsext01 -DIST_SUBDIRS = $(SUBDIRS) spfatal_support spintrcritical_support -EXTRA_DIST = spfatal_support/init.c spfatal_support/system.h - include $(top_srcdir)/../automake/subdirs.am include $(top_srcdir)/../automake/local.am