summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-10 12:39:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-10 12:39:23 +0000
commiteb65a1a0902c4754adbbafbff3883bb10039b5d4 (patch)
tree56d162d3958dd0497ca80cbd036a0f92d94570ee /c
parent2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-eb65a1a0902c4754adbbafbff3883bb10039b5d4.tar.bz2
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/m68k/shared/ChangeLog4
-rw-r--r--c/src/lib/libbsp/m68k/shared/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/shared/ChangeLog b/c/src/lib/libbsp/m68k/shared/ChangeLog
index fdef13bdc9..b4b2887d6a 100644
--- a/c/src/lib/libbsp/m68k/shared/ChangeLog
+++ b/c/src/lib/libbsp/m68k/shared/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: merge-in gdbstub/Makefile.am.
diff --git a/c/src/lib/libbsp/m68k/shared/Makefile.am b/c/src/lib/libbsp/m68k/shared/Makefile.am
index e827b5e901..204d8ab2a0 100644
--- a/c/src/lib/libbsp/m68k/shared/Makefile.am
+++ b/c/src/lib/libbsp/m68k/shared/Makefile.am
@@ -8,6 +8,7 @@ EXTRA_DIST += bspspuriousinit.c m68000spurious.c
EXTRA_DIST += mvme/mvme16x_hw.h
-EXTRA_DIST += gdbstub/m68k-stub.c gdbstub/rtems-stub-glue.c gdbstub/gdb_if.h
+EXTRA_DIST += gdbstub/m68k-stub.c gdbstub/rtems-stub-glue.c \
+ gdbstub/gdb_if.h
include $(top_srcdir)/../../../automake/local.am