From 234f0a2d184d6036de5fb01e4444d6808db1f6a0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 20 Apr 2018 14:41:05 +0200 Subject: 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. --- testsuites/ada/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites') 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]) -- cgit v1.2.3