From fe8bc62fa69e735568e1af0702ac95546633d80a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 18 Aug 2003 06:47:09 +0000 Subject: 2003-08-18 Ralf Corsepius * Makefile.am: Reflect having moved aclocal/. --- c/src/lib/libbsp/sh/ChangeLog | 4 ++++ c/src/lib/libbsp/sh/Makefile.am | 2 +- c/src/lib/libbsp/sh/gensh1/ChangeLog | 4 ++++ c/src/lib/libbsp/sh/gensh1/Makefile.am | 2 +- c/src/lib/libbsp/sh/gensh2/ChangeLog | 4 ++++ c/src/lib/libbsp/sh/gensh2/Makefile.am | 2 +- c/src/lib/libbsp/sh/gensh4/ChangeLog | 4 ++++ c/src/lib/libbsp/sh/gensh4/Makefile.am | 2 +- c/src/lib/libbsp/sh/shsim/ChangeLog | 4 ++++ c/src/lib/libbsp/sh/shsim/Makefile.am | 2 +- c/src/lib/libbsp/sh/simsh4/ChangeLog | 4 ++++ c/src/lib/libbsp/sh/simsh4/Makefile.am | 2 +- 12 files changed, 30 insertions(+), 6 deletions(-) (limited to 'c/src/lib/libbsp/sh') diff --git a/c/src/lib/libbsp/sh/ChangeLog b/c/src/lib/libbsp/sh/ChangeLog index 25ff42b487..b476fe3d34 100644 --- a/c/src/lib/libbsp/sh/ChangeLog +++ b/c/src/lib/libbsp/sh/ChangeLog @@ -1,3 +1,7 @@ +2003-08-18 Ralf Corsepius + + * Makefile.am: Reflect having moved aclocal/. + 2003-08-16 Ralf Corsepius * Makefile.am: Reflect having moved automake/. diff --git a/c/src/lib/libbsp/sh/Makefile.am b/c/src/lib/libbsp/sh/Makefile.am index cb2bffd635..13cecdfe0a 100644 --- a/c/src/lib/libbsp/sh/Makefile.am +++ b/c/src/lib/libbsp/sh/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../../aclocal +ACLOCAL_AMFLAGS = -I ../../../aclocal # Descend into the $(RTEMS_BSP_FAMILY) directory SUBDIRS = shared $(RTEMS_BSP_FAMILY) diff --git a/c/src/lib/libbsp/sh/gensh1/ChangeLog b/c/src/lib/libbsp/sh/gensh1/ChangeLog index 8fd6b85c2c..5f5a310bc7 100644 --- a/c/src/lib/libbsp/sh/gensh1/ChangeLog +++ b/c/src/lib/libbsp/sh/gensh1/ChangeLog @@ -1,3 +1,7 @@ +2003-08-18 Ralf Corsepius + + * Makefile.am: Reflect having moved aclocal/. + 2003-08-16 Ralf Corsepius * Makefile.am: Reflect having moved automake/. diff --git a/c/src/lib/libbsp/sh/gensh1/Makefile.am b/c/src/lib/libbsp/sh/gensh1/Makefile.am index 1a33c6f449..0e174428bb 100644 --- a/c/src/lib/libbsp/sh/gensh1/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh1/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../../../aclocal +ACLOCAL_AMFLAGS = -I ../../../../aclocal # wrapup is the one that actually builds and installs the library # from the individual .rel files built in other directories diff --git a/c/src/lib/libbsp/sh/gensh2/ChangeLog b/c/src/lib/libbsp/sh/gensh2/ChangeLog index 38d255f539..be67edb1a6 100644 --- a/c/src/lib/libbsp/sh/gensh2/ChangeLog +++ b/c/src/lib/libbsp/sh/gensh2/ChangeLog @@ -1,3 +1,7 @@ +2003-08-18 Ralf Corsepius + + * Makefile.am: Reflect having moved aclocal/. + 2003-08-16 Ralf Corsepius * Makefile.am: Reflect having moved automake/. diff --git a/c/src/lib/libbsp/sh/gensh2/Makefile.am b/c/src/lib/libbsp/sh/gensh2/Makefile.am index 4dcf136773..135a458045 100644 --- a/c/src/lib/libbsp/sh/gensh2/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh2/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../../../aclocal +ACLOCAL_AMFLAGS = -I ../../../../aclocal ## wrapup is the one that actually builds and installs the library ## from the individual .rel files built in other directories diff --git a/c/src/lib/libbsp/sh/gensh4/ChangeLog b/c/src/lib/libbsp/sh/gensh4/ChangeLog index a7b36bb345..fa2ca0477d 100644 --- a/c/src/lib/libbsp/sh/gensh4/ChangeLog +++ b/c/src/lib/libbsp/sh/gensh4/ChangeLog @@ -1,3 +1,7 @@ +2003-08-18 Ralf Corsepius + + * Makefile.am: Reflect having moved aclocal/. + 2003-08-16 Ralf Corsepius * Makefile.am: Reflect having moved automake/. diff --git a/c/src/lib/libbsp/sh/gensh4/Makefile.am b/c/src/lib/libbsp/sh/gensh4/Makefile.am index c3b1ca66e7..9d2ee17ae8 100644 --- a/c/src/lib/libbsp/sh/gensh4/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh4/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../../../aclocal +ACLOCAL_AMFLAGS = -I ../../../../aclocal ## wrapup is the one that actually builds and installs the library ## from the individual .rel files built in other directories diff --git a/c/src/lib/libbsp/sh/shsim/ChangeLog b/c/src/lib/libbsp/sh/shsim/ChangeLog index 5c5c1cac7e..c1ecf10358 100644 --- a/c/src/lib/libbsp/sh/shsim/ChangeLog +++ b/c/src/lib/libbsp/sh/shsim/ChangeLog @@ -1,3 +1,7 @@ +2003-08-18 Ralf Corsepius + + * Makefile.am: Reflect having moved aclocal/. + 2003-08-16 Ralf Corsepius * Makefile.am: Reflect having moved automake/. diff --git a/c/src/lib/libbsp/sh/shsim/Makefile.am b/c/src/lib/libbsp/sh/shsim/Makefile.am index a43cceb154..19a75d57a2 100644 --- a/c/src/lib/libbsp/sh/shsim/Makefile.am +++ b/c/src/lib/libbsp/sh/shsim/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../../../aclocal +ACLOCAL_AMFLAGS = -I ../../../../aclocal # wrapup is the one that actually builds and installs the library # from the individual .rel files built in other directories diff --git a/c/src/lib/libbsp/sh/simsh4/ChangeLog b/c/src/lib/libbsp/sh/simsh4/ChangeLog index 45366cb9be..58a6e03798 100644 --- a/c/src/lib/libbsp/sh/simsh4/ChangeLog +++ b/c/src/lib/libbsp/sh/simsh4/ChangeLog @@ -1,3 +1,7 @@ +2003-08-18 Ralf Corsepius + + * Makefile.am: Reflect having moved aclocal/. + 2003-08-16 Ralf Corsepius * Makefile.am: Reflect having moved automake/. diff --git a/c/src/lib/libbsp/sh/simsh4/Makefile.am b/c/src/lib/libbsp/sh/simsh4/Makefile.am index 0101582dbc..40444a8437 100644 --- a/c/src/lib/libbsp/sh/simsh4/Makefile.am +++ b/c/src/lib/libbsp/sh/simsh4/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../../../aclocal +ACLOCAL_AMFLAGS = -I ../../../../aclocal ## wrapup is the one that actually builds and installs the library ## from the individual .rel files built in other directories -- cgit v1.2.3