summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/unix/ChangeLog4
-rw-r--r--c/src/lib/libbsp/unix/Makefile.am4
-rw-r--r--c/src/lib/libbsp/unix/posix/tools/ChangeLog4
-rw-r--r--c/src/lib/libbsp/unix/posix/tools/Makefile.am2
4 files changed, 11 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/unix/ChangeLog b/c/src/lib/libbsp/unix/ChangeLog
index 477ebddf32..d23e27adac 100644
--- a/c/src/lib/libbsp/unix/ChangeLog
+++ b/c/src/lib/libbsp/unix/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/unix/Makefile.am b/c/src/lib/libbsp/unix/Makefile.am
index e5028846ac..6306370e83 100644
--- a/c/src/lib/libbsp/unix/Makefile.am
+++ b/c/src/lib/libbsp/unix/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
diff --git a/c/src/lib/libbsp/unix/posix/tools/ChangeLog b/c/src/lib/libbsp/unix/posix/tools/ChangeLog
index 6c01c3364b..f8bea36c46 100644
--- a/c/src/lib/libbsp/unix/posix/tools/ChangeLog
+++ b/c/src/lib/libbsp/unix/posix/tools/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ Makefile.am: Reflect having moved automake.
+
2003-08-14 Joel Sherrill <joel@OARcorp.com>
* runtest.in: Add fileio to list of interactive tests.
diff --git a/c/src/lib/libbsp/unix/posix/tools/Makefile.am b/c/src/lib/libbsp/unix/posix/tools/Makefile.am
index f18d0421b6..6bd226c696 100644
--- a/c/src/lib/libbsp/unix/posix/tools/Makefile.am
+++ b/c/src/lib/libbsp/unix/posix/tools/Makefile.am
@@ -33,4 +33,4 @@ TMPINSTALL_FILES = $(PROJECT_ROOT)/posix/tests \
## HACK: install to build-tree
all-local: $(TMPINSTALL_FILES) $(PERL_TMPINSTALL_FILES)
-include $(top_srcdir)/../../../../../../../automake/host.am
+include $(top_srcdir)/../../../../../automake/host.am