summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-12 16:12:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-12 16:12:03 +0000
commit3d02fadb82cb8de28c118ccf47c52436be7fe3af (patch)
treeb910029a808a9847aebf415eb07c05526e2e1783 /testsuites
parent2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3d02fadb82cb8de28c118ccf47c52436be7fe3af.tar.bz2
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compila.am: Remove ARCH.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/ChangeLog4
-rw-r--r--testsuites/automake/compile.am3
2 files changed, 4 insertions, 3 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index d857c3c36e..49ac70ab26 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,5 +1,9 @@
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * automake/compila.am: Remove ARCH.
+
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
diff --git a/testsuites/automake/compile.am b/testsuites/automake/compile.am
index 97171efbc1..7132985a3e 100644
--- a/testsuites/automake/compile.am
+++ b/testsuites/automake/compile.am
@@ -221,9 +221,6 @@ AM_CFLAGS =
AM_CXXFLAGS =
AM_CCASFLAGS = $(CPU_CFLAGS) $(RTEMS_CPPFLAGS) $(RTEMS_CCASFLAGS)
-${ARCH}:
- mkdir ${ARCH}
-
clean-local:
$(RM) -r o-optimize o-debug $(CLEANDIRS)
$(RM) Depends-o-optimize.tmp Depends-o-debug.tmp