From fc235f442faa899eaae8ccc2db4455a36151ddbe Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 26 Mar 2004 09:11:59 +0000 Subject: 2004-03-26 Ralf Corsepius * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP. --- c/src/lib/libcpu/sh/ChangeLog | 4 ++++ c/src/lib/libcpu/sh/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libcpu/sh') diff --git a/c/src/lib/libcpu/sh/ChangeLog b/c/src/lib/libcpu/sh/ChangeLog index 3ef128490f..b0d58af52e 100644 --- a/c/src/lib/libcpu/sh/ChangeLog +++ b/c/src/lib/libcpu/sh/ChangeLog @@ -1,3 +1,7 @@ +2004-03-26 Ralf Corsepius + + * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP. + 2004-03-26 Ralf Corsepius * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c, diff --git a/c/src/lib/libcpu/sh/configure.ac b/c/src/lib/libcpu/sh/configure.ac index 3af95e5427..e211e2989b 100644 --- a/c/src/lib/libcpu/sh/configure.ac +++ b/c/src/lib/libcpu/sh/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.59) AC_INIT([rtems-c-src-lib-libcpu-sh],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([sh7032]) -RTEMS_TOP(../../../../..) +RTEMS_TOP([../../../../..],[../../..]) RTEMS_CANONICAL_TARGET_CPU -- cgit v1.2.3