From 7c48a2e83dc2e731a9e1a71d436d1301254c8aea Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 25 Mar 2004 06:05:21 +0000 Subject: 2004-03-25 Ralf Corsepius * configure.ac: Add 2nd arg to RTEMS_TOP. --- testsuites/sptests/ChangeLog | 4 ++++ testsuites/sptests/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'testsuites/sptests') diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog index 326d9f51a2..ee00958aca 100644 --- a/testsuites/sptests/ChangeLog +++ b/testsuites/sptests/ChangeLog @@ -1,3 +1,7 @@ +2004-03-25 Ralf Corsepius + + * configure.ac: Add 2nd arg to RTEMS_TOP. + 2004-03-05 Joel Sherrill * sp07/buffered_io.c: Remove warning. diff --git a/testsuites/sptests/configure.ac b/testsuites/sptests/configure.ac index 436be5712c..529431de8f 100644 --- a/testsuites/sptests/configure.ac +++ b/testsuites/sptests/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.59) AC_INIT([rtems-c-src-tests-sptests],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([sp01]) -RTEMS_TOP([../..]) +RTEMS_TOP([../..],[..]) RTEMS_CANONICAL_TARGET_CPU -- cgit v1.2.3