summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-20 14:41:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-20 14:41:05 +0200
commit234f0a2d184d6036de5fb01e4444d6808db1f6a0 (patch)
treefea288c7f92f2cd6dc2205533718388fd5e45577 /testsuites
parentbsps/leon3: Move AMBA support to bsps (diff)
downloadrtems-234f0a2d184d6036de5fb01e4444d6808db1f6a0.tar.bz2
build: Remove subdir-objects from Ada tests
Somehow it does not work. With this Automake option you get: gmake[6]: Entering directory '/build/sparc-rtems5/c/erc32/testsuites/ada/sptests' Making all-am in sp01 gmake[7]: Entering directory '/build/sparc-rtems5/c/erc32/testsuites/ada/sptests/sp01' gmake[7]: *** No rule to make target 'init.o', needed by 'ada_sp01.exe'. Stop. Update #3387.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/ada/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/ada/configure.ac b/testsuites/ada/configure.ac
index 96866650ec..4ec8532ada 100644
--- a/testsuites/ada/configure.ac
+++ b/testsuites/ada/configure.ac
@@ -9,7 +9,7 @@ RTEMS_BUILD_TOP
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.12.2])
+AM_INIT_AUTOMAKE([no-define foreign 1.12.2])
AM_MAINTAINER_MODE
AC_CHECK_PROGS([M4],[gm4 m4])