summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/sptests/ChangeLog2
-rw-r--r--testsuites/sptests/Makefile.am3
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 <ralf.corsepius@rtems.org>
+ * Makefile.am: Remove DIST_SUBDIRS.
+ Remove EXTRA_DIST.
* sp33/Makefile.am: Eliminate scndir.
2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
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