2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Don't reference non-existing files.
This commit is contained in:
Ralf Corsepius
2011-06-20 11:18:49 +00:00
parent 386a963a8b
commit b5c2e214ba
2 changed files with 4 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Don't reference non-existing files.
2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: runtest for this BSP obsoleted by
-2
View File
@@ -41,7 +41,5 @@ noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES)
EXTRA_DIST += times
include $(srcdir)/preinstall.am
include $(top_srcdir)/../../../../automake/local.am