summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/avr
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-06-20 11:18:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-06-20 11:18:49 +0000
commitb5c2e214baaf61904a6ea4a13875b6235efac7b0 (patch)
tree4ec1a61b7bc5ac01533a8abc978417447603c9f7 /c/src/lib/libbsp/avr
parent2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b5c2e214baaf61904a6ea4a13875b6235efac7b0.tar.bz2
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Don't reference non-existing files.
Diffstat (limited to 'c/src/lib/libbsp/avr')
-rw-r--r--c/src/lib/libbsp/avr/avrtest/ChangeLog4
-rw-r--r--c/src/lib/libbsp/avr/avrtest/Makefile.am2
2 files changed, 4 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/avr/avrtest/ChangeLog b/c/src/lib/libbsp/avr/avrtest/ChangeLog
index a73b514cef..1bea15e32d 100644
--- a/c/src/lib/libbsp/avr/avrtest/ChangeLog
+++ b/c/src/lib/libbsp/avr/avrtest/ChangeLog
@@ -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
diff --git a/c/src/lib/libbsp/avr/avrtest/Makefile.am b/c/src/lib/libbsp/avr/avrtest/Makefile.am
index d042643781..82c9abd3c0 100644
--- a/c/src/lib/libbsp/avr/avrtest/Makefile.am
+++ b/c/src/lib/libbsp/avr/avrtest/Makefile.am
@@ -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