summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i960')
-rw-r--r--c/src/lib/libbsp/i960/ChangeLog4
-rw-r--r--c/src/lib/libbsp/i960/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i960/ChangeLog b/c/src/lib/libbsp/i960/ChangeLog
index d37c1fc694..9052e8ee92 100644
--- a/c/src/lib/libbsp/i960/ChangeLog
+++ b/c/src/lib/libbsp/i960/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ Makefile.am: Reflect having moved automake.
+
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
diff --git a/c/src/lib/libbsp/i960/Makefile.am b/c/src/lib/libbsp/i960/Makefile.am
index e5028846ac..6306370e83 100644
--- a/c/src/lib/libbsp/i960/Makefile.am
+++ b/c/src/lib/libbsp/i960/Makefile.am
@@ -7,5 +7,5 @@ ACLOCAL_AMFLAGS = -I ../../../../../aclocal
# Descend into the $(RTEMS_BSP_FAMILY) directory
SUBDIRS = $(RTEMS_BSP_FAMILY)
-include $(top_srcdir)/../../../../../automake/subdirs.am
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../../../automake/local.am