summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-19 16:48:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-19 16:48:22 +0000
commit6879633672e6ab868f95f60072d76ad4ceab3195 (patch)
treedd57945d58befb4308c1dea6c7dc7036a7686292 /c
parent2000-12-19 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6879633672e6ab868f95f60072d76ad4ceab3195.tar.bz2
2000-12-19 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Removed unneeded blank line.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/ChangeLog4
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/Makefile.am1
2 files changed, 4 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68360/ChangeLog b/c/src/lib/libbsp/m68k/gen68360/ChangeLog
index e7ad02c195..5c635b521e 100644
--- a/c/src/lib/libbsp/m68k/gen68360/ChangeLog
+++ b/c/src/lib/libbsp/m68k/gen68360/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-19 Joel Sherrill <joel@OARcorp.com>
+
+ * Makefile.am: Removed unneeded blank line.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
diff --git a/c/src/lib/libbsp/m68k/gen68360/Makefile.am b/c/src/lib/libbsp/m68k/gen68360/Makefile.am
index aecbfae3cf..fcb8bc99d5 100644
--- a/c/src/lib/libbsp/m68k/gen68360/Makefile.am
+++ b/c/src/lib/libbsp/m68k/gen68360/Makefile.am
@@ -7,7 +7,6 @@ ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
-
SUBDIRS = . include start startup clock console timer network wrapup
include $(top_srcdir)/../../bsp.am