summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/src/tests/ChangeLog4
-rw-r--r--c/src/tests/Makefile.am4
-rw-r--r--c/src/tests/support/ChangeLog4
-rw-r--r--c/src/tests/support/Makefile.am2
-rw-r--r--c/src/tests/tools/ChangeLog4
-rw-r--r--c/src/tests/tools/Makefile.am4
-rw-r--r--c/src/tests/tools/generic/ChangeLog4
-rw-r--r--c/src/tests/tools/generic/Makefile.am2
8 files changed, 22 insertions, 6 deletions
diff --git a/c/src/tests/ChangeLog b/c/src/tests/ChangeLog
index fad56cb68b..5f461984e7 100644
--- a/c/src/tests/ChangeLog
+++ b/c/src/tests/ChangeLog
@@ -1,5 +1,9 @@
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ Makefile.am: Reflect having moved automake.
+
+2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* automake/compile.am, automake/host.am, automake/leaf.am
automake/local.am, automake/subdirs.am: New (copied from
../../../automake).
diff --git a/c/src/tests/Makefile.am b/c/src/tests/Makefile.am
index aa3c38c820..e81c694de2 100644
--- a/c/src/tests/Makefile.am
+++ b/c/src/tests/Makefile.am
@@ -8,5 +8,5 @@ SUBDIRS = @subdirs@
EXTRA_DIST = PROBLEMS
-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/tests/support/ChangeLog b/c/src/tests/support/ChangeLog
index 2c08616591..b4de17fb05 100644
--- a/c/src/tests/support/ChangeLog
+++ b/c/src/tests/support/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/tests/support/Makefile.am b/c/src/tests/support/Makefile.am
index 0cd6acdc57..91b2b1939a 100644
--- a/c/src/tests/support/Makefile.am
+++ b/c/src/tests/support/Makefile.am
@@ -22,4 +22,4 @@ CLEANFILES = $(project_bspdir)/lib/include/tmacros.h \
all-local: $(TMPINSTALLFILES)
-include $(top_srcdir)/../../../../automake/local.am
+include $(top_srcdir)/../automake/local.am
diff --git a/c/src/tests/tools/ChangeLog b/c/src/tests/tools/ChangeLog
index 6f3f11c9af..a99a235aec 100644
--- a/c/src/tests/tools/ChangeLog
+++ b/c/src/tests/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/tests/tools/Makefile.am b/c/src/tests/tools/Makefile.am
index 856762e1af..b386914b7f 100644
--- a/c/src/tests/tools/Makefile.am
+++ b/c/src/tests/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/c/src/tests/tools/generic/ChangeLog b/c/src/tests/tools/generic/ChangeLog
index fa0339e6de..c4c15bf62e 100644
--- a/c/src/tests/tools/generic/ChangeLog
+++ b/c/src/tests/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/c/src/tests/tools/generic/Makefile.am b/c/src/tests/tools/generic/Makefile.am
index cd0808ed9e..e73c030305 100644
--- a/c/src/tests/tools/generic/Makefile.am
+++ b/c/src/tests/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