2009-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* spsize/Makefile.am: Fix broken install rule.
This commit is contained in:
Ralf Corsepius
2009-11-17 03:47:52 +00:00
parent 2bac2a7002
commit 34f2d677d8
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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