summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/tools/ChangeLog4
-rw-r--r--testsuites/tools/configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/tools/ChangeLog b/testsuites/tools/ChangeLog
index 53f53aa849..9b83bdec1b 100644
--- a/testsuites/tools/ChangeLog
+++ b/testsuites/tools/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
+
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.
diff --git a/testsuites/tools/configure.ac b/testsuites/tools/configure.ac
index cae9753c80..46d2eb855d 100644
--- a/testsuites/tools/configure.ac
+++ b/testsuites/tools/configure.ac
@@ -22,5 +22,3 @@ RTEMS_CPU_SUBDIRS
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
-
-RTEMS_OUTPUT_BUILD_SUBDIRS(RTEMS_BUILD_SUBDIRS)