summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/hppa1.1
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/hppa1.1')
-rw-r--r--c/src/lib/libbsp/hppa1.1/ChangeLog4
-rw-r--r--c/src/lib/libbsp/hppa1.1/Makefile.am4
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/tools/ChangeLog4
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.am2
4 files changed, 11 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/hppa1.1/ChangeLog b/c/src/lib/libbsp/hppa1.1/ChangeLog
index a4bc365ca0..ac76e13f59 100644
--- a/c/src/lib/libbsp/hppa1.1/ChangeLog
+++ b/c/src/lib/libbsp/hppa1.1/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/hppa1.1/Makefile.am b/c/src/lib/libbsp/hppa1.1/Makefile.am
index e5028846ac..6306370e83 100644
--- a/c/src/lib/libbsp/hppa1.1/Makefile.am
+++ b/c/src/lib/libbsp/hppa1.1/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/hppa1.1/simhppa/tools/ChangeLog b/c/src/lib/libbsp/hppa1.1/simhppa/tools/ChangeLog
index c06fad44fa..aaf94bc8f4 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/tools/ChangeLog
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/tools/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/hppa1.1/simhppa/tools/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.am
index b1d1b40d67..e99138126a 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.am
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.am
@@ -13,4 +13,4 @@ install-exec-local: $(PROGRAMS)
$(mkinstalldirs) $(PROJECT_ROOT)/simhppa/bin
$(INSTALL_PROGRAM) print_dump $(PROJECT_ROOT)/simhppa/bin
-include $(top_srcdir)/../../../../../../../automake/local.am
+include $(top_srcdir)/../../../../../automake/local.am