summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-17 03:47:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-17 03:47:52 +0000
commit34f2d677d877bcb67d86a2f3aafcb43a0a89086f (patch)
tree1b4ccd5bc9d5fcd840c63a9300793b35f144d013 /testsuites
parent2009-11-16 Alan Cudmore <alan.p.cudmore@nasa.gov> (diff)
downloadrtems-34f2d677d877bcb67d86a2f3aafcb43a0a89086f.tar.bz2
2009-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* spsize/Makefile.am: Fix broken install rule.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/ChangeLog4
-rw-r--r--testsuites/sptests/spsize/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 8c638bfda2..a1ce8c8c12 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * spsize/Makefile.am: Fix broken install rule.
+
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* spprintk/spprintk.scn: Add end of line at end of file.
diff --git a/testsuites/sptests/spsize/Makefile.am b/testsuites/sptests/spsize/Makefile.am
index 92f73c8040..a735e48d46 100644
--- a/testsuites/sptests/spsize/Makefile.am
+++ b/testsuites/sptests/spsize/Makefile.am
@@ -8,7 +8,7 @@ rtems_tests_PROGRAMS = spsize
spsize_SOURCES = init.c getint.c size.c system.h
dist_rtems_tests_DATA = spsize.scn
-dist_rtems_tests_DATA += spsize.scn
+dist_rtems_tests_DATA += spsize.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am