summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-06-20 06:29:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-06-20 06:29:47 +0000
commit59749a18fecabe07f67bbe6873db82ee9fac63df (patch)
tree5206695fce8f7d5adc9b5ebdc0592c0ba1abda98 /testsuites/sptests
parent2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-59749a18fecabe07f67bbe6873db82ee9fac63df.tar.bz2
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove DIST_SUBDIRS. Remove EXTRA_DIST.
Diffstat (limited to 'testsuites/sptests')
-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