summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/avr/avrtest/Makefile.am
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/avrtest/Makefile.am
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 '')
-rw-r--r--c/src/lib/libbsp/avr/avrtest/Makefile.am2
1 files changed, 0 insertions, 2 deletions
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