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/m68k/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/Makefile.am | 2 +- c/src/lib/libbsp/m68k/dmv152/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/dmv152/Makefile.am | 2 +- c/src/lib/libbsp/m68k/efi332/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/efi332/Makefile.am | 2 +- c/src/lib/libbsp/m68k/efi68k/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/efi68k/Makefile.am | 2 +- c/src/lib/libbsp/m68k/gen68302/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/gen68302/Makefile.am | 2 +- c/src/lib/libbsp/m68k/gen68340/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/gen68340/Makefile.am | 2 +- c/src/lib/libbsp/m68k/gen68360/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/gen68360/Makefile.am | 2 +- c/src/lib/libbsp/m68k/idp/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/idp/Makefile.am | 2 +- c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/mcf5206elite/Makefile.am | 2 +- c/src/lib/libbsp/m68k/mcf5206elite/tools/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/mcf5206elite/tools/Makefile.am | 2 +- c/src/lib/libbsp/m68k/mrm332/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/mrm332/Makefile.am | 2 +- c/src/lib/libbsp/m68k/mvme136/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/mvme136/Makefile.am | 2 +- c/src/lib/libbsp/m68k/mvme147/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/mvme147/Makefile.am | 2 +- c/src/lib/libbsp/m68k/mvme147s/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/mvme147s/Makefile.am | 2 +- c/src/lib/libbsp/m68k/mvme162/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/mvme162/Makefile.am | 2 +- c/src/lib/libbsp/m68k/mvme162/tools/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/mvme162/tools/Makefile.am | 2 +- c/src/lib/libbsp/m68k/mvme167/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/mvme167/Makefile.am | 2 +- c/src/lib/libbsp/m68k/ods68302/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/ods68302/Makefile.am | 2 +- c/src/lib/libbsp/m68k/sim68000/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/sim68000/Makefile.am | 2 +- 38 files changed, 95 insertions(+), 19 deletions(-) (limited to 'c/src/lib/libbsp/m68k') diff --git a/c/src/lib/libbsp/m68k/ChangeLog b/c/src/lib/libbsp/m68k/ChangeLog index 97e56cc90f..ec9b243fd9 100644 --- a/c/src/lib/libbsp/m68k/ChangeLog +++ b/c/src/lib/libbsp/m68k/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/m68k/Makefile.am b/c/src/lib/libbsp/m68k/Makefile.am index 577f67f24d..a9c654796e 100644 --- a/c/src/lib/libbsp/m68k/Makefile.am +++ b/c/src/lib/libbsp/m68k/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/m68k/dmv152/ChangeLog b/c/src/lib/libbsp/m68k/dmv152/ChangeLog index 9b3b7548e5..a8fea30584 100644 --- a/c/src/lib/libbsp/m68k/dmv152/ChangeLog +++ b/c/src/lib/libbsp/m68k/dmv152/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/m68k/dmv152/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/Makefile.am index f19357f5c5..97b2304596 100644 --- a/c/src/lib/libbsp/m68k/dmv152/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/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/m68k/efi332/ChangeLog b/c/src/lib/libbsp/m68k/efi332/ChangeLog index 099ce327ac..8d48018615 100644 --- a/c/src/lib/libbsp/m68k/efi332/ChangeLog +++ b/c/src/lib/libbsp/m68k/efi332/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/m68k/efi332/Makefile.am b/c/src/lib/libbsp/m68k/efi332/Makefile.am index f19357f5c5..97b2304596 100644 --- a/c/src/lib/libbsp/m68k/efi332/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi332/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/m68k/efi68k/ChangeLog b/c/src/lib/libbsp/m68k/efi68k/ChangeLog index 8de4985226..31ee6b3b0d 100644 --- a/c/src/lib/libbsp/m68k/efi68k/ChangeLog +++ b/c/src/lib/libbsp/m68k/efi68k/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/m68k/efi68k/Makefile.am b/c/src/lib/libbsp/m68k/efi68k/Makefile.am index f19357f5c5..97b2304596 100644 --- a/c/src/lib/libbsp/m68k/efi68k/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi68k/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/m68k/gen68302/ChangeLog b/c/src/lib/libbsp/m68k/gen68302/ChangeLog index 3f4642ec44..de74419620 100644 --- a/c/src/lib/libbsp/m68k/gen68302/ChangeLog +++ b/c/src/lib/libbsp/m68k/gen68302/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/m68k/gen68302/Makefile.am b/c/src/lib/libbsp/m68k/gen68302/Makefile.am index de638e94fc..194937cb2a 100644 --- a/c/src/lib/libbsp/m68k/gen68302/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68302/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/m68k/gen68340/ChangeLog b/c/src/lib/libbsp/m68k/gen68340/ChangeLog index bdae712cc2..38401fbde8 100644 --- a/c/src/lib/libbsp/m68k/gen68340/ChangeLog +++ b/c/src/lib/libbsp/m68k/gen68340/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/m68k/gen68340/Makefile.am b/c/src/lib/libbsp/m68k/gen68340/Makefile.am index 0ccb2a6ef8..a04fca02c0 100644 --- a/c/src/lib/libbsp/m68k/gen68340/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68340/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/m68k/gen68360/ChangeLog b/c/src/lib/libbsp/m68k/gen68360/ChangeLog index 4bd2b46578..2985b3218c 100644 --- a/c/src/lib/libbsp/m68k/gen68360/ChangeLog +++ b/c/src/lib/libbsp/m68k/gen68360/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/m68k/gen68360/Makefile.am b/c/src/lib/libbsp/m68k/gen68360/Makefile.am index de638e94fc..194937cb2a 100644 --- a/c/src/lib/libbsp/m68k/gen68360/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68360/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/m68k/idp/ChangeLog b/c/src/lib/libbsp/m68k/idp/ChangeLog index 627e4c9c2b..7798f16c1c 100644 --- a/c/src/lib/libbsp/m68k/idp/ChangeLog +++ b/c/src/lib/libbsp/m68k/idp/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/m68k/idp/Makefile.am b/c/src/lib/libbsp/m68k/idp/Makefile.am index 0ccb2a6ef8..a04fca02c0 100644 --- a/c/src/lib/libbsp/m68k/idp/Makefile.am +++ b/c/src/lib/libbsp/m68k/idp/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/m68k/mcf5206elite/ChangeLog b/c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog index a3fae823a3..79db149a6b 100644 --- a/c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog +++ b/c/src/lib/libbsp/m68k/mcf5206elite/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/m68k/mcf5206elite/Makefile.am b/c/src/lib/libbsp/m68k/mcf5206elite/Makefile.am index 53a19b1473..c1acec9e91 100644 --- a/c/src/lib/libbsp/m68k/mcf5206elite/Makefile.am +++ b/c/src/lib/libbsp/m68k/mcf5206elite/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/m68k/mcf5206elite/tools/ChangeLog b/c/src/lib/libbsp/m68k/mcf5206elite/tools/ChangeLog index 4086fa3298..6e19ea9050 100644 --- a/c/src/lib/libbsp/m68k/mcf5206elite/tools/ChangeLog +++ b/c/src/lib/libbsp/m68k/mcf5206elite/tools/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/m68k/mcf5206elite/tools/Makefile.am b/c/src/lib/libbsp/m68k/mcf5206elite/tools/Makefile.am index f03fb9436a..b3b00c8f7f 100644 --- a/c/src/lib/libbsp/m68k/mcf5206elite/tools/Makefile.am +++ b/c/src/lib/libbsp/m68k/mcf5206elite/tools/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal +ACLOCAL_AMFLAGS = -I ../../../../../aclocal transform = bsptools_bindir = ${exec_prefix}/@RTEMS_BSP@/tests diff --git a/c/src/lib/libbsp/m68k/mrm332/ChangeLog b/c/src/lib/libbsp/m68k/mrm332/ChangeLog index 21fd7c44fb..8e4804cdf8 100644 --- a/c/src/lib/libbsp/m68k/mrm332/ChangeLog +++ b/c/src/lib/libbsp/m68k/mrm332/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/m68k/mrm332/Makefile.am b/c/src/lib/libbsp/m68k/mrm332/Makefile.am index f19357f5c5..97b2304596 100644 --- a/c/src/lib/libbsp/m68k/mrm332/Makefile.am +++ b/c/src/lib/libbsp/m68k/mrm332/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/m68k/mvme136/ChangeLog b/c/src/lib/libbsp/m68k/mvme136/ChangeLog index ff3dae93c2..aa3bdc9e1d 100644 --- a/c/src/lib/libbsp/m68k/mvme136/ChangeLog +++ b/c/src/lib/libbsp/m68k/mvme136/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/m68k/mvme136/Makefile.am b/c/src/lib/libbsp/m68k/mvme136/Makefile.am index c12231a8f0..9f515c0cdd 100644 --- a/c/src/lib/libbsp/m68k/mvme136/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme136/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/m68k/mvme147/ChangeLog b/c/src/lib/libbsp/m68k/mvme147/ChangeLog index 5ad33012ee..a3c9743b84 100644 --- a/c/src/lib/libbsp/m68k/mvme147/ChangeLog +++ b/c/src/lib/libbsp/m68k/mvme147/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/m68k/mvme147/Makefile.am b/c/src/lib/libbsp/m68k/mvme147/Makefile.am index 0ccb2a6ef8..a04fca02c0 100644 --- a/c/src/lib/libbsp/m68k/mvme147/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147/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/m68k/mvme147s/ChangeLog b/c/src/lib/libbsp/m68k/mvme147s/ChangeLog index 71b2179fb5..63efa991aa 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/ChangeLog +++ b/c/src/lib/libbsp/m68k/mvme147s/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/m68k/mvme147s/Makefile.am b/c/src/lib/libbsp/m68k/mvme147s/Makefile.am index 0ca82c0e49..6c7baef5bd 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147s/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/m68k/mvme162/ChangeLog b/c/src/lib/libbsp/m68k/mvme162/ChangeLog index 90d01d9f79..741cb6f5c6 100644 --- a/c/src/lib/libbsp/m68k/mvme162/ChangeLog +++ b/c/src/lib/libbsp/m68k/mvme162/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/m68k/mvme162/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/Makefile.am index a34617aae8..2c55209d1c 100644 --- a/c/src/lib/libbsp/m68k/mvme162/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme162/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../../../aclocal +ACLOCAL_AMFLAGS = -I ../../../../aclocal # consolex is a predecessor of the termios and libchip concepts. # It is no longer being compiled into the source. diff --git a/c/src/lib/libbsp/m68k/mvme162/tools/ChangeLog b/c/src/lib/libbsp/m68k/mvme162/tools/ChangeLog index 26f74e49c5..8dfd823492 100644 --- a/c/src/lib/libbsp/m68k/mvme162/tools/ChangeLog +++ b/c/src/lib/libbsp/m68k/mvme162/tools/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/m68k/mvme162/tools/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/tools/Makefile.am index 69f755e3f2..c225804124 100644 --- a/c/src/lib/libbsp/m68k/mvme162/tools/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme162/tools/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal +ACLOCAL_AMFLAGS = -I ../../../../../aclocal sload_SOURCES = sload.c diff --git a/c/src/lib/libbsp/m68k/mvme167/ChangeLog b/c/src/lib/libbsp/m68k/mvme167/ChangeLog index acec5ba454..ee315e49d1 100644 --- a/c/src/lib/libbsp/m68k/mvme167/ChangeLog +++ b/c/src/lib/libbsp/m68k/mvme167/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/m68k/mvme167/Makefile.am b/c/src/lib/libbsp/m68k/mvme167/Makefile.am index b391e164aa..30fa854648 100644 --- a/c/src/lib/libbsp/m68k/mvme167/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme167/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/m68k/ods68302/ChangeLog b/c/src/lib/libbsp/m68k/ods68302/ChangeLog index d83a88e89d..453bde43d0 100644 --- a/c/src/lib/libbsp/m68k/ods68302/ChangeLog +++ b/c/src/lib/libbsp/m68k/ods68302/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/m68k/ods68302/Makefile.am b/c/src/lib/libbsp/m68k/ods68302/Makefile.am index 0ccb2a6ef8..a04fca02c0 100644 --- a/c/src/lib/libbsp/m68k/ods68302/Makefile.am +++ b/c/src/lib/libbsp/m68k/ods68302/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/m68k/sim68000/ChangeLog b/c/src/lib/libbsp/m68k/sim68000/ChangeLog index bf1e97a818..0cec99ea0b 100644 --- a/c/src/lib/libbsp/m68k/sim68000/ChangeLog +++ b/c/src/lib/libbsp/m68k/sim68000/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/m68k/sim68000/Makefile.am b/c/src/lib/libbsp/m68k/sim68000/Makefile.am index ed34c5ee2a..b17ebea158 100644 --- a/c/src/lib/libbsp/m68k/sim68000/Makefile.am +++ b/c/src/lib/libbsp/m68k/sim68000/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