summaryrefslogtreecommitdiffstats
path: root/testsuites/tools
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tools')
-rw-r--r--testsuites/tools/ChangeLog4
-rw-r--r--testsuites/tools/Makefile.am4
-rw-r--r--testsuites/tools/generic/ChangeLog4
-rw-r--r--testsuites/tools/generic/Makefile.am2
4 files changed, 11 insertions, 3 deletions
diff --git a/testsuites/tools/ChangeLog b/testsuites/tools/ChangeLog
index 6f3f11c9af..a99a235aec 100644
--- a/testsuites/tools/ChangeLog
+++ b/testsuites/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/testsuites/tools/Makefile.am b/testsuites/tools/Makefile.am
index 856762e1af..b386914b7f 100644
--- a/testsuites/tools/Makefile.am
+++ b/testsuites/tools/Makefile.am
@@ -6,5 +6,5 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal
SUBDIRS = @subdirs@
-include $(top_srcdir)/../../../../automake/subdirs.am
-include $(top_srcdir)/../../../../automake/host.am
+include $(top_srcdir)/../automake/subdirs.am
+include $(top_srcdir)/../automake/host.am
diff --git a/testsuites/tools/generic/ChangeLog b/testsuites/tools/generic/ChangeLog
index fa0339e6de..c4c15bf62e 100644
--- a/testsuites/tools/generic/ChangeLog
+++ b/testsuites/tools/generic/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/testsuites/tools/generic/Makefile.am b/testsuites/tools/generic/Makefile.am
index cd0808ed9e..e73c030305 100644
--- a/testsuites/tools/generic/Makefile.am
+++ b/testsuites/tools/generic/Makefile.am
@@ -22,4 +22,4 @@ $(project_bspdir)/tests/sorttimes: sorttimes
all-local: $(PREINSTALL_FILES)
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../automake/local.am