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/psxtests/ChangeLog | 4 ++++ testsuites/psxtests/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'testsuites/psxtests') diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index f905638140..ddf82f6dcf 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,7 @@ +2004-03-25 Ralf Corsepius + + * configure.ac: Add 2nd arg to RTEMS_TOP. + 2004-03-05 Joel Sherrill * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c, diff --git a/testsuites/psxtests/configure.ac b/testsuites/psxtests/configure.ac index 9cba750a65..b34bd3f94e 100644 --- a/testsuites/psxtests/configure.ac +++ b/testsuites/psxtests/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.59) AC_INIT([rtems-c-src-tests-psxtests],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([psx01]) -RTEMS_TOP([../..]) +RTEMS_TOP([../..],[..]) RTEMS_CANONICAL_TARGET_CPU -- cgit v1.2.3