From e3e310f7d025d85cf0093d8344bdd5ffa46c03e4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2003 16:27:48 +0000 Subject: 2003-08-16 Ralf Corsepius Makefile.am: Reflect having moved automake. --- c/src/tests/ChangeLog | 4 ++++ c/src/tests/Makefile.am | 4 ++-- c/src/tests/support/ChangeLog | 4 ++++ c/src/tests/support/Makefile.am | 2 +- c/src/tests/tools/ChangeLog | 4 ++++ c/src/tests/tools/Makefile.am | 4 ++-- c/src/tests/tools/generic/ChangeLog | 4 ++++ c/src/tests/tools/generic/Makefile.am | 2 +- testsuites/ChangeLog | 4 ++++ testsuites/Makefile.am | 4 ++-- testsuites/support/ChangeLog | 4 ++++ testsuites/support/Makefile.am | 2 +- testsuites/tools/ChangeLog | 4 ++++ testsuites/tools/Makefile.am | 4 ++-- testsuites/tools/generic/ChangeLog | 4 ++++ testsuites/tools/generic/Makefile.am | 2 +- 16 files changed, 44 insertions(+), 12 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,3 +1,7 @@ +2003-08-16 Ralf Corsepius + + Makefile.am: Reflect having moved automake. + 2003-08-16 Ralf Corsepius * automake/compile.am, automake/host.am, automake/leaf.am 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 + + Makefile.am: Reflect having moved automake. + 2003-08-11 Ralf Corsepius * 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 + + Makefile.am: Reflect having moved automake. + 2003-08-11 Ralf Corsepius * 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 + + Makefile.am: Reflect having moved automake. + 2003-08-11 Ralf Corsepius * 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 diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index fad56cb68b..5f461984e7 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,7 @@ +2003-08-16 Ralf Corsepius + + Makefile.am: Reflect having moved automake. + 2003-08-16 Ralf Corsepius * automake/compile.am, automake/host.am, automake/leaf.am diff --git a/testsuites/Makefile.am b/testsuites/Makefile.am index aa3c38c820..e81c694de2 100644 --- a/testsuites/Makefile.am +++ b/testsuites/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/testsuites/support/ChangeLog b/testsuites/support/ChangeLog index 2c08616591..b4de17fb05 100644 --- a/testsuites/support/ChangeLog +++ b/testsuites/support/ChangeLog @@ -1,3 +1,7 @@ +2003-08-16 Ralf Corsepius + + Makefile.am: Reflect having moved automake. + 2003-08-11 Ralf Corsepius * configure.ac: Use rtems-bugs@rtems.com as bug report email address. diff --git a/testsuites/support/Makefile.am b/testsuites/support/Makefile.am index 0cd6acdc57..91b2b1939a 100644 --- a/testsuites/support/Makefile.am +++ b/testsuites/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/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 + + Makefile.am: Reflect having moved automake. + 2003-08-11 Ralf Corsepius * 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 + + Makefile.am: Reflect having moved automake. + 2003-08-11 Ralf Corsepius * 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 -- cgit v1.2.3