summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sh')
-rw-r--r--c/src/lib/libbsp/sh/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sh/Makefile.am4
-rw-r--r--c/src/lib/libbsp/sh/shared/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sh/shared/Makefile.am2
4 files changed, 11 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/sh/ChangeLog b/c/src/lib/libbsp/sh/ChangeLog
index c9f9b0d76c..180612a1cf 100644
--- a/c/src/lib/libbsp/sh/ChangeLog
+++ b/c/src/lib/libbsp/sh/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/sh/Makefile.am b/c/src/lib/libbsp/sh/Makefile.am
index d8824f6758..cb2bffd635 100644
--- a/c/src/lib/libbsp/sh/Makefile.am
+++ b/c/src/lib/libbsp/sh/Makefile.am
@@ -7,5 +7,5 @@ ACLOCAL_AMFLAGS = -I ../../../../../aclocal
# Descend into the $(RTEMS_BSP_FAMILY) directory
SUBDIRS = shared $(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
diff --git a/c/src/lib/libbsp/sh/shared/ChangeLog b/c/src/lib/libbsp/sh/shared/ChangeLog
index a3fb10ab20..668a8ce0cb 100644
--- a/c/src/lib/libbsp/sh/shared/ChangeLog
+++ b/c/src/lib/libbsp/sh/shared/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ Makefile.am: Reflect having moved automake.
+
2003-02-03 Joel Sherrill <joel@OARcorp.com>
PR 338/filesystem
diff --git a/c/src/lib/libbsp/sh/shared/Makefile.am b/c/src/lib/libbsp/sh/shared/Makefile.am
index ce0c5286d6..2a4d563e03 100644
--- a/c/src/lib/libbsp/sh/shared/Makefile.am
+++ b/c/src/lib/libbsp/sh/shared/Makefile.am
@@ -7,4 +7,4 @@ C_FILES = console.c setvec.c
EXTRA_DIST = console.c setvec.c
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/local.am